get https://ironcladapp.com/scim/v2/Users
Documentation on listing Users via SCIM.
OAuth Scope required: scim.users.readUsers
Paging (Start Index)
The
startIndex
parameter corresponds to the index of the user that should be the first response result. It is not a page number.You can page through users by incrementing the
startIndex
with thecount
during successive calls. For example, ifcount=10
, thenstartIndex=1
would return the first 10 users andstartIndex=11
would return the next ten users.See SCIM RFC 7644 3.4.2.4 for background.