PUT
/
enduser
/
{id}
curl --request PUT \
  --url https://api.altur.io/api/v1.0/enduser/{id} \
  --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>"
}

Authorizations

Authorization
string
header
required

Add api-key YOUR_API_SECRET_KEY as the value of the Authorization header.

Path Parameters

id
string
required

The identifier of the EndUser to update

Body

application/json

EndUser object that needs to be updated

The body is of type object.

Response

200
application/json

EndUser updated successfully

The response is of type object.