get
https://api.trustmarkt.de/v1/user
Display a paginated list of users belonging to the authenticated user's company.
The users are ordered by their creation date in descending order, meaning the most recently created users will appear first.
The pagination can be controlled using the page query parameter, which must be an integer greater than or equal to 1.
If the page parameter is not provided, the first page of results will be returned by default.