🚀 Bulk Download Attachments Are Live! See our changelog for details.
cURL
curl --request PUT \ --url https://app.teable.ai/api/admin/organization/%7BorganizationId%7D/admin \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \ --header 'content-type: application/json' \ --data '{"userId":"string","isAdmin":true}'
Update organization admin status for a user
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Organization admin status updated successfully.
Was this page helpful?