List workforce members
List employees and contractors with onboarding, training, device, and compliance status used for people-security controls.
Query parameters
Response
People retrieved successfully
Example response
{
"data": [
{
"id": "mem_abc123def456",
"organizationId": "org_abc123def456",
"userId": "usr_abc123def456",
"role": "admin",
"createdAt": "2024-01-01T00:00:00Z",
"department": "it",
"isActive": true,
"user": {
"id": "usr_abc123def456",
"name": "John Doe",
"email": "john.doe@company.com",
"emailVerified": true,
"createdAt": "2024-01-01T00:00:00Z",
"updatedAt": "2024-01-15T00:00:00Z"
},
"backgroundCheckRequests": [
{
"id": "bcr_abc123def456",
"status": "invited"
}
]
}
],
"count": 25,
"authenticatedUser": {
"id": "usr_abc123def456",
"email": "user@company.com"
}
}Changes
Changed in 5 of the 51 revisions of this API.614
- ▲
added the new required
queryrequest parameteroffboardAfternew-required-request-parameter
- ▲
added the new required
queryrequest parameteroffboardBeforenew-required-request-parameter
- ▲
added the new required
queryrequest parameteronboardAfternew-required-request-parameter
- ▲
added the new required
queryrequest parameteronboardBeforenew-required-request-parameter
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the optional property
data/items/backgroundCheckRequeststo the response with the200statusresponse-optional-property-added
- ○
- ○
added the required property
data/items/deactivatedto the response with the200statusresponse-required-property-added
- ○
- ▲
removed the required property
data/items/user/allOf[UserResponseDto]/isPlatformAdminfrom the response with the200statusresponse-required-property-removed
- ○
added the required property
data/items/user/allOf[UserResponseDto]/roleto the response with the200statusresponse-required-property-added
- ▲
- ▲
added the new required
queryrequest parameterincludeDeactivatednew-required-request-parameter
- ●
deleted the
headerrequest parameterX-Organization-Idrequest-parameter-removed
- ○
added the required property
data/items/user/allOf[UserResponseDto]/isPlatformAdminto the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲