Skip to main content
GET
/
api2
/
v1
/
scim
/
Users
Search users
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/scim/Users \
  --header 'None: <api-key>'
{
  "Resources": [
    {}
  ],
  "itemsPerPage": 123,
  "schemas": [
    "<string>"
  ],
  "startIndex": 123,
  "totalResults": 123
}

Authorizations

None
string
header
required

No authentication required. This is used for public endpoints.

Headers

Authorization
string

Query Parameters

filter
string

SCIM filter expression

attributes
string

Comma-separated list of SCIM attributes to include in the response

sortBy
string

Attribute name to sort by

sortOrder
enum<string>
default:ascending

Sort direction

Available options:
ascending,
descending
startIndex
integer<int32>
default:1

The 1-based index of the first search result

Required range: x >= 1
count
integer<int32>
default:50

Maximum number of results per page; maximum 100

Required range: 0 <= x <= 100

Response

OK

Resources
object[]
itemsPerPage
integer<int32>
schemas
string[]
startIndex
integer<int32>
totalResults
integer<int32>