Create a User
Roles
/v1/usersCreate a user.
- USER_CREATE_START
- USER_CREATE_SUCCESS
- USER_CREATE_FAIL
Authorization
bearerAuth In: header
Request Body
application/json
Create a User
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/v1/users" \ -H "Content-Type: application/json" \ -d '{}'{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "claims": {}, "authenticationProvider": { "providerId": "string", "url": "string", "subjectId": "string" }}How would you rate this page?
Retrieve authorization server metadata GET
Returns the OAuth 2.0 Authorization Server Metadata for your tenant. This is the standard OAuth 2.0 Well-Known endpoint, providing public metadata that describes the tenant’s OAuth 2.0 configuration and capabilities. https://www.rfc-editor.org/rfc/rfc8414.html This endpoint is intended for public consumption, and as such does not require authentication.
Retrieve all users GET
Returns a list of all users on your tenant. ### **Analytic events** * USER_RETRIEVE_LIST_START * USER_RETRIEVE_LIST_SUCCESS * USER_RETRIEVE_LIST_FAIL