Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

HomeDev guideRecipesAPI Reference
Dev guideUser GuidesLegal TermsNuGetDev CommunityOptimizely AcademySubmit a ticketLog In
API Reference

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, and name.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.
Language
Credentials
Header
Click Try It! to start a request and see the response here!