Returns a list of Users.
Filter | Description |
---|---|
active |
Flag to indicate if this User is active |
department_id |
The department_id of the User |
email |
The email of the User |
employee_type |
The employee_type of the User |
end_date |
The end date for the User |
first_name |
The first name of the User |
id |
The ID of the User |
in_audit_scope |
Flag to indicate if the User is in audit scope |
invited |
Flag to indicate if this User has been invited |
invited_at |
The date the User was invited |
last_name |
The last name of the User |
name |
The name of the User |
onboarding_status |
The onboarding status of the User |
personnel_status |
The personnel status of the User |
preferred_first_name |
The preferred first name of the User |
secureframe_agent_acknowledged_at |
The date that the User acknowledged secureframe agent |
start_date |
The start date of the User |
title |
The title of the User |
Bad Request
Unauthorized
Forbidden
[- {
- "data": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "string",
- "attributes": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "access_role": "string",
- "active": true,
- "active_source": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "department_id": "string",
- "email": "string",
- "employee_type": "string",
- "end_date": "2019-08-24T14:15:22Z",
- "first_name": "string",
- "image_url": "string",
- "in_audit_scope": true,
- "invited": true,
- "invited_at": "2019-08-24T14:15:22Z",
- "last_name": "string",
- "manager_name": "string",
- "middle_name": "string",
- "name": "string",
- "onboarding_status": "string",
- "personnel_status": "string",
- "preferred_first_name": "string",
- "role": "string",
- "secureframe_agent_acknowledged_at": "2019-08-24T14:15:22Z",
- "start_date": "2019-08-24T14:15:22Z",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "relationships": { },
- "links": { }
}, - "includes": { }
}
]
Returns a User by ID
Bad Request
Unauthorized
Forbidden
Resource not found
{- "data": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "string",
- "attributes": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "access_role": "string",
- "active": true,
- "active_source": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "department_id": "string",
- "email": "string",
- "employee_type": "string",
- "end_date": "2019-08-24T14:15:22Z",
- "first_name": "string",
- "image_url": "string",
- "in_audit_scope": true,
- "invited": true,
- "invited_at": "2019-08-24T14:15:22Z",
- "last_name": "string",
- "manager_name": "string",
- "middle_name": "string",
- "name": "string",
- "onboarding_status": "string",
- "personnel_status": "string",
- "preferred_first_name": "string",
- "role": "string",
- "secureframe_agent_acknowledged_at": "2019-08-24T14:15:22Z",
- "start_date": "2019-08-24T14:15:22Z",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "relationships": { },
- "links": { }
}, - "includes": { }
}
Update a User by ID
Bad Request
Unauthorized
Forbidden
Resource not found
{- "data": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "type": "string",
- "attributes": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "access_role": "string",
- "active": true,
- "active_source": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "department_id": "string",
- "email": "string",
- "employee_type": "string",
- "end_date": "2019-08-24T14:15:22Z",
- "first_name": "string",
- "image_url": "string",
- "in_audit_scope": true,
- "invited": true,
- "invited_at": "2019-08-24T14:15:22Z",
- "last_name": "string",
- "manager_name": "string",
- "middle_name": "string",
- "name": "string",
- "onboarding_status": "string",
- "personnel_status": "string",
- "preferred_first_name": "string",
- "role": "string",
- "secureframe_agent_acknowledged_at": "2019-08-24T14:15:22Z",
- "start_date": "2019-08-24T14:15:22Z",
- "title": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "relationships": { },
- "links": { }
}, - "includes": { }
}