light-mode-image
Learn
API ReferenceUsers

Create a User

Roles

adminissuermanaged-issuer
POST/v1/users

Create a user.

  • USER_CREATE_START
  • USER_CREATE_SUCCESS
  • USER_CREATE_FAIL

Authorization

bearerAuth
AuthorizationBearer <token>

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?