Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
Filter by user id
Filter by a comma-separated list of user ids.
Filter by the first name of the user. Exact match.
Filter by the first name that the parameter is a substring of.
Filter by the last name of the user. Exact match.
Filter by the last name that the parameter is a substring of.
Filter by the email of the user. Exact match.
Filter by the email that the parameter is a substring of.
Filter for users which are members of the given group.
Filter for users which are members of the given tenant.
Only select Users that are potential starter for the given process definition.
Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter.
userId, firstName, lastName, email Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter.
asc, desc Pagination of results. Specifies the index of the first result to return.
Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left.