Users
Number of APIs: 8
-
Create a user in the CDO tenant POST {{baseUrl}}/v1/users
-
Generate API Token for API-only user POST {{baseUrl}}/v1/users/:apiUserId/apiToken/generate
-
Revoke the current token POST {{baseUrl}}/v1/token/revoke
-
Delete a User by UID in the CDO tenant DELETE {{baseUrl}}/v1/users/:userUid
-
Fetch information on the current token GET {{baseUrl}}/v1/token
-
Fetch a list of users associated with the CDO tenant. GET {{baseUrl}}/v1/users?limit=50&offset=0&q=<string>
-
Fetch a user by UID in the CDO tenant. GET {{baseUrl}}/v1/users/:userUid
-
Revoke API Token of API-only user POST {{baseUrl}}/v1/users/:apiUserId/apiToken/revoke