Organization Users
Retrieve all users in an organization, per organization ID.
{
"where": {
"id": "organizationId123"
}
}{
"data": {
"organization": {
"agents": [
{
"firstName": "Ahmad",
"lastName": "Carter",
"roles": [
"viewer"
]
},
{
"firstName": "Oda",
"lastName": "Pfeffer",
"roles": [
"signer"
]
},
{
"firstName": "Fredy",
"lastName": "Lesch",
"roles": [
"admin"
]
},
{
"firstName": "Earnest",
"lastName": "Blick",
"roles": [
"owner"
]
},
]
}
}
}