Skip to content

Update users membership options of an organization

PATCH
/v1/organizations/{org_uuid}/members/{member_id}

Update users membership options of an organization.

Authorizations

jwtToken
TypeHTTP (bearer)

Parameters

Path Parameters

org_uuid*

UUID of the organization

Typestring
Required
format"uuid"
member_id*

ID of the Member

Typeinteger
Required
format"int64"

Request Body

application/json
JSON
{
"role": "admin",
"status": "active"
}

Responses

OK

application/json
JSON
{
"member_id": 23,
"user_display_name": "Marius Tolzmann",
"user_email": "marius@terramate.io",
"user_uuid": "683e0589-65a8-48b8-bd90-6ee89e0682ab",
"invited_email": "string",
"role": "admin",
"status": "active",
"position": "CTPO",
"user_picture_url": "https://lh3.googleusercontent.com/a/AAcHTtcBqudpP0hVoQyjDv-v5b4lP6e0vN_92zi_aPp90hE=s96-c",
"linked_accounts": [
{
"name": "string"
}
]
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI