cURL
curl --request GET \ --url https://api.pulze.ai/v1/orgs/admins \ --header 'Authorization: Bearer <token>'
[ { "auth0_id": "<string>", "org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "is_active": true, "permissions": "<string>", "last_login": "2023-11-07T05:31:56Z", "added_on": "2023-11-07T05:31:56Z", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } ]
Get a list of the admins for an organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Was this page helpful?