The client used to make HTTP requests to the Seam API.
ReadonlydefaultsDefault request options used for requests made by this client.
Client for the Seam API /user_identities/unmanaged routes.
Adds a specified access system user to a specified user identity.
You must specify either user_identity_id or user_identity_key to identify the user identity.
If user_identity_key is provided, but the user identity doesn't exist, a new user identity will be created automatically using information from the ACS user.
Creates a new user identity.
Optionalparameters: UserIdentitiesCreateParametersCreates a new SeamPaginator to iterate over the paginated results of the request.
Deletes 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.
Optionalparameters: UserIdentitiesGetParametersGrants 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.
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.
StaticfromCreates a new SeamHttpUserIdentities authenticated with an API key.
StaticfromCreates a new SeamHttpUserIdentities from an existing HTTP client.
StaticfromCreates a new SeamHttpUserIdentities authenticated with a client session token.
StaticfromCreates a new SeamHttpUserIdentities authenticated with a console session token and scoped to a workspace.
StaticfromCreates a new SeamHttpUserIdentities authenticated with a personal access token and scoped to a workspace.
StaticfromCreates a new SeamHttpUserIdentities authenticated with a client session token for the user identified by the user identifier key. The client session is created with the publishable key if it does not exist.
Client for the Seam API /user_identities routes.