Returns a list of people associated with a given account.
You can use the include
parameter to retrieve additional details about people.
OK
Bad Request
Unauthorized
Forbidden
Not Found
Method Not Allowed
Unsupported Media Type
Unable to process the request
Too Many Requests
Internal Server Error
{- "limit": 200,
- "offset": 100,
- "count": 67,
- "rows": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "firstName": "Dolly",
- "lastName": "Parton",
- "title": "Master",
- "middleInitials": "R",
- "dob": "1946-01-19",
- "gender": "Female",
- "nationality": "US",
- "countryOfResidence": "US",
- "primaryMobileNumber": "+447798121212",
- "primaryEmailAddress": "test@equalsqa.com",
- "avatar": {
- "url": "string",
- "fileName": "string"
}, - "sendInvite": true,
- "roleId": "7382d58e-652a-4905-b7c9-bcca1e0e5391",
- "verifyEmailAddress": true,
- "verifyMobileNumber": true,
- "sub": "753487e7-10bc-4e69-b3b2-4da33721ea3e",
- "hasPeopleCard": true,
- "card": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}, - "persona": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}