Users

Number of APIs: 8

  1. Create a user in the CDO tenant POST {{baseUrl}}/v1/users

  2. Generate API Token for API-only user POST {{baseUrl}}/v1/users/:apiUserId/apiToken/generate

  3. Revoke the current token POST {{baseUrl}}/v1/token/revoke

  4. Delete a User by UID in the CDO tenant DELETE {{baseUrl}}/v1/users/:userUid

  5. Fetch information on the current token GET {{baseUrl}}/v1/token

  6. Fetch a list of users associated with the CDO tenant. GET {{baseUrl}}/v1/users?limit=50&offset=0&q=<string>

  7. Fetch a user by UID in the CDO tenant. GET {{baseUrl}}/v1/users/:userUid

  8. Revoke API Token of API-only user POST {{baseUrl}}/v1/users/:apiUserId/apiToken/revoke