Skip to main content
PATCH
/
api
/
v1
/
workspaces
/
{workspaceId}
/
members
Error
A valid request URL is required to generate request examples
{
  "data": {
    "id": "member_ops_1",
    "email": "ops@acme.com",
    "fullName": "Alex Ops",
    "role": "owner",
    "status": "active"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.optareach.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

workspaceId
string
required

Body

application/json

Member role update payload

memberId
string
required
role
string
required

Response

200 - application/json

Role updated

data
object
required