v7

latestOpenAPI 3.1.02026-08-051856761.1 MB
customer_portal
members
public

Update Member

Update a member's name or role.

Only available to owners and billing managers of team customers.

Rules:

  • Cannot modify your own role (to prevent self-demotion)
  • Customer must have exactly one owner at all times
patch/v1/customer-portal/members/{id}

Path parameters

idstring uuid required

Request body

namestring nullable

The name of the member.

role'owner' | 'billing_manager' | 'member'

Example request

{
  "name": "Jane Doe"
}

Response

Member updated.

created_atstring date-time required

Creation timestamp of the object.

modified_atstring date-time nullable required

Last modification timestamp of the object.

idstring uuid4 required

The ID of the object.

emailstring required

The email address of the member.

namestring nullable required

The name of the member.

role'owner' | 'billing_manager' | 'member' required