🚀 Bulk Download Attachments Are Live! See our changelog for details.
cURL
curl --request GET \ --url https://app.teable.ai/api/admin/organization/%7BorganizationId%7D/admin \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "users": [ { "id": "<string>", "name": "<string>", "email": "<string>", "avatar": "<string>" } ] }
Get organization admin users
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns organization admin users.
Show child attributes
Was this page helpful?