A valid request URL is required to generate request examples{
"results": {
"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>"
},
"status": "ok"
}Get the member profile for a user in the current user’s organization by email
A valid request URL is required to generate request examples{
"results": {
"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>"
},
"status": "ok"
}the email of the user
Ok
Profile for a user's membership in an organization
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?