Skip to main content
Version: 1.0

ManageUser

POST 

/v1/manage-user

Lets you manage users in your account by adding, deleting, enabling, or disabling users. You can also reset their passwords and edit user roles. This endpoint can help you streamline your onboarding process by programmatically adding new users, assigning appropriate roles, and setting up permissions. Some tips for this API:

  • This operation only works with OAuth 2.0 (in a JWT "Bearer Token") authentication. It does not work with API Keys. You can find details of how to set up and use OAuth 2.0 here.
  • Add multiple users by including additional “user” objects into the userAction array.

Request

Responses

A successful response.