Person Client
A client wrapper of the Cisco Webex People API
Since
0.1
Functions
Create people in the authenticated user's organization. Only admins are able to use this function
Delete the details of person by person id. Only admins are able to use this function
Retrieves the details for the given personId
Retrieves the details for the logged in user
To get the supported capabilities of the current user.
Lists people in the authenticated user's organization.
Start watching presence status update of the list of contact ids that are provided as input. Only valid contact Ids will be watched. Check PresenceHandle.isValid flag to know which contact Ids are valid. Same contact id can be watched multiple times and it will return different PresenceHandle objects. The application has to ensure to call the stopWatchingPresences API for the handles when not needed.
Stop watching presence status of the list of contact ids that are provided as input.
Update people in the authenticated user's organization. Only admins are able to use this function