DirectoryApi
Utilities for interacting with the company directory in the Genesys Cloud Client
since
2.3.0
Hierarchy
↳ DirectoryApi
Index
Methods
Methods
showGroup
▸ showGroup(groupId
: string): void
Shows the specified group
Copied
myClientApp.directory.showGroup("targetGroupId");
since
2.3.0
Parameters:
Name | Type | Description |
| string | The id of the group to show |
Returns: void
showUser
▸ showUser(userId
: string): void
Shows the profile of a specified user
Copied
myClientApp.directory.showUser("targetUserId");
since
2.3.0
Parameters:
Name | Type | Description |
| string | The id of the user to show |
Returns: void