{
"results": {
"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"
}
Get the member profile for a user in the current user’s organization by uuid
{
"results": {
"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"
}
the uuid of the user
Ok
The response is of type object
.