A valid request URL is required to generate request examples{
"results": {
"data": [
{
"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",
"isPending": true,
"isInviteExpired": true,
"roleUuid": "<string>"
}
],
"pagination": {
"page": 123,
"pageSize": 123,
"totalResults": 123,
"totalPageCount": 123
}
},
"status": "ok"
}Gets all the members of the current user’s organization
A valid request URL is required to generate request examples{
"results": {
"data": [
{
"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",
"isPending": true,
"isInviteExpired": true,
"roleUuid": "<string>"
}
],
"pagination": {
"page": 123,
"pageSize": 123,
"totalResults": 123,
"totalPageCount": 123
}
},
"status": "ok"
}filter users who can view this project
Ok
Show child attributes
Show child attributes
Whether the user can login
The role of the user in the organization
member, viewer, interactive_viewer, editor, developer, admin Unique identifier for the organization the user is a member of
Unique identifier for the user
Whether the user doesn't have an authentication method (password or openId)
Whether the user's invite to the organization has expired
ok Was this page helpful?