X-Jicoo-Api-Key: ********************
curl --location --request GET '/v1/organization_users?page&perPage&email&userId' \
--header 'X-Jicoo-Api-Key;'
{
"data": [
{
"userId": "string",
"name": "string",
"profileImage": "string",
"email": "user@example.com",
"color": "string",
"slug": "string",
"role": "owner",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
],
"totalCount": 0,
"count": 0,
"currentPage": 0,
"nextPage": 0,
"numberOfPages": 0
}