{
"results": {
"pagination": {
"page": 123,
"pageSize": 123,
"totalResults": 123,
"totalPageCount": 123
},
"data": [
{
"isPending": true,
"isInviteExpired": true,
"isActive": true,
"role": "member",
"organizationUuid": "<string>",
"email": "<string>",
"lastName": "<string>",
"firstName": "<string>",
"userUpdatedAt": "2023-11-07T05:31:56Z",
"userCreatedAt": "2023-11-07T05:31:56Z",
"userUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
},
"status": "ok"
}
Gets all the members of the current user’s organization
{
"results": {
"pagination": {
"page": 123,
"pageSize": 123,
"totalResults": 123,
"totalPageCount": 123
},
"data": [
{
"isPending": true,
"isInviteExpired": true,
"isActive": true,
"role": "member",
"organizationUuid": "<string>",
"email": "<string>",
"lastName": "<string>",
"firstName": "<string>",
"userUpdatedAt": "2023-11-07T05:31:56Z",
"userCreatedAt": "2023-11-07T05:31:56Z",
"userUuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
},
"status": "ok"
}
filter users who can view this project
Ok
The response is of type object
.