API endpoints for managing user accounts and user profiles.
Endpoint | Methods |
---|---|
View a User Profile/entityView profile information for the specified user. |
|
Search for User Profiles/entity.findSearch for user account (e.g., all the user who live in Canada). |
|
Count User Profiles/entity.countCount the number of user profiles that meet the specified criteria (e.g., all the user profiles that have not been updated since June 1, 2020). |
|
Modify a User Profile/entity.updateUpdate specific attribute values in a user profile. |
|
Replace a User Profile/entity.replaceReplace all the attribute values in a user profile with a new set of attribute values. |
|
Create a User Profile/entity.createCreate a user profile. |
|
Create Multiple User Profiles/entity.bulkCreateCreate multiple user profiles with a single API call. |
|
Delete a User Profile/entity.deleteRemove a user profile. Note that this operation cannot be undone. |
|
Invalidate User Access Tokens/entity.deleteAccessRemove all access and refresh tokens for the specified user. If the happens, the user will need to reauthenticate before they can do such things as access their user profile. |
|