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_IMPERSONATEhttps://v1.gql.dashboard.aworld.cloud/graphqlNote: 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, AWSTimestampAWSEmail, AWSJSON, AWSURL, AWSPhone, AWSIPAddressLong{
"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 externalIdwhen 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. TheexternalIdshould be a stable, unique identifier from your system.