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>'

Documentation Index

Fetch the complete documentation index at: https://developers.phrase.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

None
string
header
required

No authentication required. This is used for public endpoints.

Headers

Authorization
string

Query Parameters

filter
string

See method description

attributes
string

See method description

sortBy
string

See method description

sortOrder
enum<string>
default:ascending

See method description

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

The 1-based index of the first search result. Default 1

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

Non-negative Integer. Specifies the desired maximum number of search results per page; e.g., 10.

Required range: 0 <= x <= 100

Response

Bad request