UserService
ListUsers returns a list of users.
get/api/v1/users
Query parameters
pageSizeinteger
Optional. The maximum number of users to return. The service may return fewer than this value. If unspecified, at most 50 users will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
pageTokenstring
Optional. A page token, received from a previous ListUsers call. Provide this to retrieve the subsequent page.
filterstring
Optional. Filter to apply to the list results. Example: "username == 'steven'" Supported operators: == Supported fields: username
showDeletedboolean
Optional. If true, show deleted users in the response.
Response
OK