Create user
POST
https://api.eu-west-1.aworld.cloud/dashboard/v1/users
Users
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.eu-west-1.aworld.cloud/dashboard/v1/users' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"password": "pa$$word",
"lang": "en",
"timezone": "UTC",
"externalId": "string"
}'
Response Response Example
{
"userId": "string",
"principalId": "string",
"externalId": "string",
"lang": "en",
"timezone": "UTC",
"accountId": "string",
"workspaceId": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
Request
Body Params application/json
Responses
Modified at 2025-06-26 12:50:58