User Resources
Synopsis
The users REST API is used to get a list of user accounts enabled for HMP access. Depending on the system configuration, this may be a list of users from the HMP internal database, or a list of users from the linked AD or LDAP Directory Server. A user is considered to have access to HMP when there is a role associated with the user or one of the groups to which it belongs. The users REST API can be used to get the user name or user id to share a video or session with. See Create Session Share Permissons and Create Video Share Permissions.
Note
When the dn
, username
, displayName
, and email
attributes are sourced from a remote directory server, they are read-only properties of the HMP users resource. Data is never written back to the remote directory server.
User Parameters
Property | JSON Type | Property Type | Description |
---|---|---|---|
id | String | Immutable | Identifies the resource, generated by HMP. |
username | String | Immutable | The user's login name, e.g., bsmith. |
displayName | String | Ignored | The user’s friendly name, e.g., Bob Smith. |
email | String | Ignored | The user's email address. |