Get Configured Users
Endpoints — Users
Get configured users
List all teammates in your Operata account — their roles, emails, and the groups they belong to — so you can audit access or map Operata user IDs to your own identity store.
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.
Related
- Authentication — how the
Operata Group IDreturned ingroups[].idauthenticates API requests. - Versioning — this endpoint lives under
/v2; the versioning policy explains how/v1and/v2coexist. - Errors — shared status codes and recovery patterns.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.