patch https://{tenant}.{region}.authaction.com/api/v1/users/
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
400Invalid payload
401Unauthorized
403User not member of tenant
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
400Invalid payload
401Unauthorized
403User not member of tenant
xxxxxxxxxx
curl --request PATCH \
--url https://your-tenant-name.eu.authaction.com/api/v1/users/userId \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
23{
"statusCode": 200,
"message": "success",
"data": {
"id": "66428caae1e46c76af3f128f",
"name": "John",
"email": "john.doe@abc.com",
"externalId": "1000243578",
"username": "johndoe",
"tenant": "99428caae1e46c76af3f128f",
"connection": "11428caae1e46c76af3f128f",
"applications": [
"88428caae1e46c76af3f128f"
],
"roles": [
"77428caae1e46c76af3f128f"
],
"emailVerified": false,
"isBlocked": false,
"createdAt": "2024-07-17T14:37:00Z",
"updatedAt": "2024-07-17T14:37:00Z"
}
}