UsersApi
Utilities for interacting with users in the Genesys Cloud Client
since
1.0.0
deprecated
Use DirectoryApi instead. (Since 2.3.0)
Hierarchy
↳ UsersApi
Index
Methods
Methods
showProfile
▸ showProfile(userId
: string): void
Shows the profile of a specified user
Copied
myClientApp.users.showProfile("targetUserId");
since
1.0.0
deprecated
Use {@link ClientApp#directory#showUser} instead. (Since 2.3.0)
see
DirectoryApi#showUser for a replacement.
Parameters:
Name | Type | Description |
| string | The id of the user to show |
Returns: void