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

Response

200
application/json
Ok

The response is of type object.