Method |
Description |
|
getEmail ( ) : string |
Gets the user's email address if supplied. |
|
getFirstName ( ) : string |
Gets the user's first name if supplied. |
|
getId ( ) : string |
Gets the user's ID. |
|
getLastName ( ) : string |
Gets the user's last name if supplied. |
|
getPhone ( ) : string |
Gets the user's phone number if supplied. |
|
getPresence ( ) : React\Promise\PromiseInterface |
Gets a user's presence. |
|
getProfileImage192 ( ) : string |
User profile image URL 192x192px |
|
getProfileImage24 ( ) : string |
User profile image URL 24x24px |
|
getProfileImage32 ( ) : string |
User profile image URL 32x32px |
|
getProfileImage48 ( ) : string |
User profile image URL 48x48px |
|
getProfileImage72 ( ) : string |
User profile image URL 72x72px |
|
getRealName ( ) : string |
Gets the user's real name if supplied. |
|
getSkype ( ) : string |
Gets the user's Skype name if supplied. |
|
getUsername ( ) : string |
Gets the user's username. |
|
isAdmin ( ) : boolean |
Checks if the user is a team administrator. |
|
isDeleted ( ) : boolean |
Checks if the user has been deactivated. |
|
isOwner ( ) : boolean |
Checks if the user is a team owner. |
|
isPrimaryOwner ( ) : boolean |
Checks if the user is the team's primary owner. |
|