List Users

Lists the users in the current organization.

This endpoint requires the Organization Reader role.

URL

GET: https://[base-url]/{applicationId}/organization/users

Headers

Authorization: Bearer <accessToken>

Request Body

N/A

Permissions

Accessing this API requires the Organization Reader role.

Response

Success -> 200

Returns an array of user objects:

  • userId

  • email

  • displayName

Insufficient permissions -> 403

Last updated