SpaceMediaSpaceMedia
Endpoint referenceMembers

Update Member

PATCH
/api/v1/members/{member_id}

Update a member profile or role by member_id. Use role_id from member roles and avoid changing access state here, because suspend and unsuspend have dedicated endpoints.

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

member_id*string

Public member reference returned by the API.

Formatuuid

Request Body

application/json

Request payload.

TypeScript Definitions

Use the request body type in TypeScript.

Send at least one profile or role field to update.

Properties1 <= properties

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

Was this page helpful?