Organization Users
Retrieve all users in an organization, per organization ID.
Fetch Organization Users
query Organization($where: OrganizationWhereUniqueInput!) {
organization(where: $where) {
agents {
firstName
lastName
roles
}
}
}Headers
Name
Value
Body (OrganizationWhereUniqueInput object)
Name
Type
Description
Response
Name
Type
Description