Users API

The Users API contains the following operations:

OperationDescription
Create user
Creates a user in the tenant with the following fields: - email - firstName - lastName - roleName NOTE: Bulk user creation is not supported. One API call is required for each user created.
Delete user Removes one or more users from a tenant, based on email ID. It is recommended to limit to 100 users per call for performance reasons.
Download audit logsRetrieves activity log information for one or more users in a tenant, based on email ID. It is recommended to limit to 100 users per call for performance reasons.
Update user
Allows editing of all parameters for the user: - email - firstName - lastName - roleName
User list Provides the list of users present in a tenant. Includes first and last name, email, and role.

In this article