Get users by organization ID
GET/platform/solutions/api/v1/orgs/{orgId}/users
Retrieve a paginated list of users belonging to a specific organization.
Usage
GET /orgs/{orgId}/users?skipCount=0&maxResultCount=10&sorting=Name
Parameters
orgId(Guid, required): the ID of the organization.skipCount(int, optional): number of records to skip.maxResultCount(int, optional, range 1–1000): maximum number of records to return.sorting(string, optional): sorting expression, e.g.Name asc.
Responses
200 OK: paginated list of users in the organization.404 Not Found: organization not found.
Security
This API requires authentication.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
- 501
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
Not Implemented