List users
User
List users
GET
List users
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
Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.
Query Parameters
Filter by first name prefix
Maximum string length:
255Filter by last name prefix
Maximum string length:
255Filter by first or last name prefix
Maximum string length:
255Filter by username prefix
Maximum string length:
255Filter by email prefix
Maximum string length:
255Filter by last name, first name or email prefix
Maximum string length:
255Filter by role
Available options:
ADMIN, PROJECT_MANAGER, LINGUIST, GUEST, SUBMITTER, PORTAL_MEMBER When true, deleted users are included in the results
Page number, starting with 0
Required range:
x >= 0Page size, accepts values between 1 and 50
Required range:
1 <= x <= 50Sort field
Available options:
ID, LAST_NAME, FIRST_NAME Sort order
Available options:
ASC, DESC