Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Endpoint

Method

/scim/Users/?filter=userName+eq+%22[USERNAME]%22

GET

Search for a user with a specific email

/scim/Users/?filter=externalId+eq+[ExternalId]

GET

Search for a user with a specific externalId

/scim/Users/

GET

List ALL users (9999). No pagination

/scim/Users/?StartIndex=[page]&count=[resultsPrPage]

Get

Lists a paged set of users controlled by pagination-parameters

...