patch https://api-us-site-1.imiengage.io/api/v1/users/
To be developed/changed
Update a single user within your tenant
Log in to see full request history
Responses
To be developed/changed
Update a single user within your tenant
xxxxxxxxxx
13curl --request PATCH \
--url https://api-us-site-1.imiengage.io/api/v1/users/userId \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"data": {
"loginUsingEmail": false,
"roleType": "administrative",
"role": "client_admin"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: