get https://na1.ironcladapp.com/scim/v2/Users
Documentation on listing Users via SCIM.
OAuth Scope required: scim.users.readUsers
Paging (Start Index)The
startIndexparameter 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
startIndexwith thecountduring successive calls. For example, ifcount=10, thenstartIndex=1would return the first 10 users andstartIndex=11would return the next ten users.See SCIM RFC 7644 3.4.2.4 for background.
