List users for your tenant
Retrieves all users associated with your tenant (automatically determined from your API Key).
query Parameters
filterThe OData filter expression (with support for attribute fields)
orderByThe OData order-by expression (with support for attribute fields)
resultThe query result type: items, count or items with count (default: result items)
The query result type
selectThe OData field selection expression
skipThe number of items in the queried collection that are to be skipped
statusThe object status (default: all status)
The object status
topThe number of items in the queried collection
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
List users for your tenant › Responses
OK
idUnique identifier
identifierfirstNamelastNamecultureuserTypestatusThe object status
Create a new user
Creates a new user for your tenant.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Create a new user › Request Body
identifierUnique identifier for the user (typically email)
firstNameUser's first name
lastNameUser's last name
cultureUser's culture/locale (e.g., fr-FR, en-US)
userTypeThe type of user
Create a new user › Responses
Created
idUnique identifier
identifierfirstNamelastNamecultureuserTypestatusThe object status