get https://identity-api.optimizely.com/api/scim/v2/users
SCIM endpoint for querying users.
Returns all users for the requesting organization. The SCIM RFC defines filtering parameters to narrow the results and control the returned attributes in each user. Currently, Optimizely only supports the following filters:
- pagination
- attribute value eq operator on the
username
,name.givenName
, andname.familyName
attributes
SCIM RFC compliance
The optional filter parameter is not fully implemented, and if you specify a non-supported filter operator, then a bad response is returned. Only the eq operator is implemented against the supported user schema attributes.
- The required attributes parameter is not implemented.
- The optional sort parameters are not implemented.
- The pagination parameters are supported.
- Querying with POST or .search is not supported.
Error conditions
- 400 (Bad Request) – The request contains a filter operator Opti ID does not support.