v1
latestOpenAPI 3.1.02026-08-066984441.1 MBusers
Returns all users with their details.
Returns all users with their details like status, contact info and more. Returns all users if the user has read permissions on the feature user-master-data, otherwise returns only his own user. Archived users are excluded by default. You can include them by setting the 'showArchived' query parameter. If the permissions have UserTeamsData Feature, the filter for teams is applied. Beware that this will also include API users in the response.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
get/users
Query parameters
showArchivedboolean
Whether to show archived users.
pageinteger
Page number for pagination
pageSizeinteger
Number of items per page
orderbystring
The properties to order by
filterbystring
The filter expression to filter by
Headers
Authorizationstring required
Bearer authentication
Response
OK