UserAccounts REST API
User Accounts REST API documentation and interactive testing.
Last updated
Was this helpful?
User Accounts REST API documentation and interactive testing.
Last updated
Was this helpful?
For the document use this link:
This operation supports three valid combinations of input parameters:
Due to OpenAPI's specification current limitations, these combinations cannot be split into separate operations. As a result, they are documented here under a single operation. This may increase the risk of incorrect parameter usage and unexpected behavior.
Elastic Search Query DSL for querying User Accounts. Used alongside the 'from' and 'size' parameters, and should not be combined with any others.
{ "query": { "match_all": {} } }
Defines the starting record number for retrieval. Used in conjunction with the 'query' and 'size' parameters, and should not be combined with any others.
Defines the number of records to retrieve. Used in conjunction with the 'query' and 'from' parameters, and should not be combined with any others.
Retrieves a User Account by email. This parameter must be used alone; do not include any other parameters.
Retrieves a User Account using the 'iss' (Issuer) public claim attribute and the 'sub' (Subject) parameter from the ID Token issued by your Identity Provider (e.g., Google, Facebook, Okta). Must be used with the 'sub' parameter and no others.
Retrieves a User Account using the 'sub' (Subject) public claim attribute and the 'iss' (Issuer) parameter from the ID Token issued by your Identity Provider (e.g., Google, Facebook, Okta). Must be used with the 'iss' parameter and no others.
EU or US depending on where your Organization Account is located
ID of the user account to retrieve
EU or US depending on where your Organization Account is located
Deletes the User Account and related User Private Information. It cannot be undone; please use caution.
ID of the user account to delete
EU or US depending on where your Organization Account is located
ID of the user private information to retrieve
EU or US depending on where your Organization Account is located
Permanently deletes a user's private information while preserving the user account. Use this operation to comply with 'right to be forgotten' requests under regulations such as GDPR, CCPA, and similar privacy laws.
ID of the user private information to delete
EU or US depending on where your Organization Account is located
EU or US depending on where your Organization Account is located
A valid email address
Two characters country code, ISO-3166 compliant
The identity provider issuer. Can be found in the ID Token public claims
The identity provider subject. Can be found in the ID Token public claims
ID of the user account to update
EU or US depending on where your Organization Account is located
The User Account ID, generated
Two characters country code, ISO-3166 compliant
true means the User Account is disabled and cannot perform any API operations
ID of the user private information to update
EU or US depending on where your Organization Account is located
A valid email address
Two characters country code, ISO-3166 compliant