English
cURL
curl --request POST \ --url https://api.altur.io/api/v1.0/enduser \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "display_name": "<string>", "info": "<string>" }'
{ "id": "<string>", "display_name": "<string>", "integration_type": "api", "info": "<string>" }
Create new EndUser for your organization
Add api-key YOUR_API_SECRET_KEY as the value of the Authorization header.
api-key YOUR_API_SECRET_KEY
Authorization
EndUser to be created
The body is of type object.
object
EndUser created successfully
The response is of type object.