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

SCIM endpoint for querying groups.

Returns all groups for the requesting organization. The SCIM RFC defines filtering parameters to narrow the results and the returned attributes in each group, but currently, Optimizely only supports returning all attributes for each group with the following filters:

  • pagination
  • attribute value eq operator on the displayName attribute

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 group 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 that Opti ID does not support.
Language
Authorization
Header
Click Try It! to start a request and see the response here!