AWorld APIs are in a pre-alpha stage and are being updated frequently. For integration inquiries or technical information, please contact us at server@aworld.org.
x-user-id: USER_ID_TO_IMPERSONATE
https://v1.gql.dashboard.aworld.cloud/graphql
Note: These endpoints are currently exposing internal APIs directly to customers. In the future, all APIs will be accessible through a single reverse proxy, and these endpoints will change.
AWSDateTime
, AWSDate
, AWSTime
, AWSTimestamp
AWSEmail
, AWSJSON
, AWSURL
, AWSPhone
, AWSIPAddress
Long
{
"input": {
"email": "user@example.com",
"firstName": "John",
"lastName": "Doe",
"lang": "en",
"timezone": "Europe/Rome",
"externalId": "ext-12345"
}
}
Important: It is strongly recommended to always set an externalId
when creating users. This identifier links the user in AWorld to your external system. Without anexternalId
, it may become impossible to track which user in AWorld corresponds to which user in your platform, especially in scenarios involving user management operations. TheexternalId
should be a stable, unique identifier from your system.