Creates a new user identity.
Optionalparameters: UserIdentitiesCreateParametersDeletes a specified user identity. This deletes the user identity and all associated resources, including any credentials, acs users and client sessions.
Generates a new instant key for a specified user identity.
Returns a specified user identity.
Grants a specified user identity access to a specified device.
Returns a list of all user identities.
Optionalparameters: UserIdentitiesListParametersReturns a list of all devices associated with a specified user identity. This includes devices derived from the access grants assigned to the user identity and devices directly linked to the user identity.
Returns a list of all ACS entrances accessible to a specified user identity. This includes entrances derived from the access grants assigned to the user identity and entrances accessible through ACS users linked to the user identity.
Returns a list of all access systems associated with a specified user identity.
Returns a list of all access system users assigned to a specified user identity.
Merges one or more user identities into a primary user identity, for when the same person ended up with more than one user identity.
The primary user identity takes on any email address or phone number it was missing from the user identities merged into it, and the merged user identities are then deleted. Their IDs and keys keep working: looking one up returns the primary user identity, and they are listed on it as merged_user_identity_ids and merged_user_identity_keys.
Access grants, access system users, client sessions and other resources belonging to the merged user identities are moved to the primary user identity.
Identify the user identities either by ID or by key, but not both in the same request. Repeating a merge that has already been applied makes no further changes.
Removes a specified access system user from a specified user identity.
Revokes access to a specified device from a specified user identity.
Updates a specified user identity.
StaticfromStaticfromStaticfromStaticfromStaticfromStaticfrom
Adds a specified access system user to a specified user identity.
You must specify either
user_identity_idoruser_identity_keyto identify the user identity.If
user_identity_keyis provided, but the user identity doesn't exist, a new user identity will be created automatically using information from the ACS user.