Documentation Index
Fetch the complete documentation index at: https://mintlify.com/zitadel/zitadel/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Description
Search for users. By default, all users of your instance that you have permission to read will be returned. Make sure to include a limit and sorting for pagination.Required Permission
authenticated
Request Body
Field to sort by. Options include:
USER_FIELD_NAME_USER_NAMEUSER_FIELD_NAME_FIRST_NAMEUSER_FIELD_NAME_LAST_NAMEUSER_FIELD_NAME_EMAILUSER_FIELD_NAME_STATEUSER_FIELD_NAME_CREATION_DATE
Search filters to apply. Each filter narrows the results.
Filter by user state.
State to filter by:
USER_STATE_ACTIVE, USER_STATE_INACTIVE, USER_STATE_DELETED, USER_STATE_LOCKED, USER_STATE_INITIAL.Response
Array of users matching the query.
Unique identifier of the user.
Username of the user.
Current state of the user.
Possible login names for the user.
Preferred login name.
Machine user details (if applicable).
Example Request
Example Response
Error Responses
400 Bad Request- Invalid list query403 Forbidden- Insufficient permissions