put https://{server}/api/v2.1/admin/users//
Update a user's details. See the parameter list for the detailed description of each entry.
Response
Update a user's details. See the parameter list for the detailed description of each entry.
xxxxxxxxxx
10curl --request PUT \
--url https://cloud.seatable.io/api/v2.1/admin/users/user_id/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"is_staff": false,
"is_active": true
}
'
Try It!
to start a request and see the response here! Or choose an example: