PULSAR

Get Users

List users.

Authorization

bearerAuth superadmin, superuser
Authorization<token>

In: header

Scope: superadmin, superuser

Query Parameters

isCorporation?boolean

Whether this is corporation.

Defaultfalse

Response Body

application/json

Try it live
GET
/identities/users

This endpoint requires authentication — use the Login page at the top of the API Reference, or paste a token in the Authorization section below.

curl -X GET "https://example.com/identities/users"
[  {    "authStatus": "SSO_INVITED",    "userStatus": "string",    "role": "string",    "lastName": "string",    "firstName": "string",    "email": "string",    "id": 0.1  }]