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
Delete user Removes the user, based on email ID.
Update user
Allows editing of all parameters for the user: - email - firstName - lastName - roleName
User list Provides the list of users present in the tenant.

In this article