List servicing users
GEThttps://sandbox.api.lendeasy.ai/v1/servicing/usersImplementedBearer token ·
READ_SERVICING_USERLists composed human login and servicing-worker profiles using declared filters and offset pagination.
Path & query parameters
| Field | Type | Description |
|---|---|---|
| LendEasy-Tenant required in header | string | Opaque active LendEasy tenant-registry identifier. Supply exactly one instance; no alternate tenant selector is accepted. |
| active optional in query | boolean | Filter by active state. |
| officeId optional in query | integer | Filter by public office ID. |
| roleId optional in query | integer | Filter by assigned role ID. |
| queueCode optional in query | string | Filter by servicing queue membership. |
| limit optional in query | integer | Maximum rows to return; defaults to 50. |
| offset optional in query | integer | Zero-based row offset; defaults to 0. |
| sort optional in query | string | Allowlisted sort field for this collection. |
| order optional in query | string | Sort direction. One of asc · desc. |