Skip to main content
GET
Get Configured Users
Returns every teammate configured in the Operata account, with each user’s role and the groups they belong to. Use it to audit who has access or to map Operata user IDs to your own identity store.

Endpoint

Parameters

This endpoint takes no parameters. Credentials on the request determine the Operata account scope.

Response

200 OK with the configured users for the account.

Example

Errors

See Errors for shared codes such as 401 unauthorized, 429 rate_limited, and the 5xx family.
  • Authentication — how the Operata Group ID returned in groups[].id authenticates API requests.
  • Versioning — this endpoint lives under /v2; the versioning policy explains how /v1 and /v2 coexist.
  • Errors — shared status codes and recovery patterns.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200

id
integer
default:0
Example:

714

name
string
Example:

"Andy Admin"

groups
object[]
email
string
Example:

"andy+admin@operata.com"

role
string
Example:

"Group Admin"