PATCH
/
api
/
v1
/
org
/
users
/
{userUuid}
{
  "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"
}

Path Parameters

userUuid
string
required

the uuid of the user to update

Body

application/json
the new membership profile

the new membership profile

role
enum<string>
required
Available options:
member,
viewer,
interactive_viewer,
editor,
developer,
admin

Response

200
application/json
Ok
results
object
required

Profile for a user's membership in an organization

status
enum<string>
required
Available options:
ok