GET
/
v1
/
orgs
/
admins
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"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

skip
integer
default:0
limit
integer
default:100

Response

200
application/json
Successful Response
auth0_id
string
required
org_id
string
required
is_active
boolean
required
permissions
string
required
last_login
string
required
added_on
string
required
id
string
required