put https://{server}/api/v2.1/admin/organizations//users//
The system admin can authorize a regular team member to have team admin rights.
Response
The system admin can authorize a regular team member to have team admin rights.
xxxxxxxxxx
10curl --request PUT \
--url https://cloud.seatable.io/api/v2.1/admin/organizations/org_id/users/user_id/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"is_admin": false,
"active": true
}
'
Try It!
to start a request and see the response here! Or choose an example: