Lists team members belonging to the authenticated creditor.
GET/users
Returns a paginated list of users belonging to the authenticated creditor's team.
Use Case:
Use this endpoint to retrieve valid user IDs for the userId field when sending a chat message via POST /cases/{id}/chats.
Pagination:
page(default: 1) — Page number, starting from 1pageSize(default: 50, max: 100) — Number of results per page
Response: Each user entry includes:
id(Guid) — Use this asuserIdinPOST /cases/{id}/chatsname— Full name of the team memberemail— Email address of the team member
Request
Responses
- 200
- 400
- 401
- 500
Paginated list of team members returned
Invalid pagination parameters
Missing or invalid API key
Internal server error