Skip to main content
PATCH
/
api
/
v1
/
orgs
/
{orgId}
/
members
Update a member role
curl --request PATCH \
  --url https://monitor.aevr.space/api/v1/orgs/{orgId}/members \
  --header 'Content-Type: application/json' \
  --cookie auth-token= \
  --data '
{
  "userId": "<string>",
  "role": "owner"
}
'

Documentation Index

Fetch the complete documentation index at: https://monitor-f3599674.mintlify.app/llms.txt

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

Authorizations

auth-token
string
cookie
required

Signed session cookie returned by the platform auth flows.

Path Parameters

orgId
string
required

Body

application/json
userId
string
required
role
enum<string>
required
Available options:
owner,
admin,
member,
viewer

Response

200

Member updated