cURL
curl --request GET \ --url https://api.steuerboard.com/v1/users \ --header 'Authorization: Bearer <token>' \ --header 'x-client-id: <x-client-id>'
{ "data": [ { "id": "cmf41ajzv003706un4i99q1a0", "createdAt": "2024-05-14T08:30:00Z", "email": "[email protected]", "firstName": "Frida", "lastName": "Meyer", "roles": [ "client_admin" ] } ], "pagination": { "limit": 20, "total": 134, "nextCursor": "cmf41ajzv003706un4i99q19z", "previousCursor": "cmf41ajzv003706un4i99q19z" } }
Returns a paginated list of client users.
Bearer token authentication
The ID of the client
"cmf41ajzv003706un4i99q19z"
The number of items to return
1 <= x <= 100
20
The cursor to return the next page of items
Users
Show child attributes