Skip to main content
PUT
/
api
/
v1
/
members
/
{userId}
/
role
Change member role
curl --request PUT \
  --url https://api.devhelm.io/api/v1/members/{userId}/role \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "status": 404,
  "code": "NOT_FOUND",
  "message": "Monitor not found",
  "timestamp": 1737302400000,
  "requestId": "5b6f7a8c-1234-4d5e-9f0a-1b2c3d4e5f6a"
}

Documentation Index

Fetch the complete documentation index at: https://docs.devhelm.io/llms.txt

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

Authorizations

Authorization
string
header
required

API key (dh_live_...) or Auth0 JWT token

Path Parameters

userId
integer<int32>
required

Body

application/json

Update an organization member's role

orgRole
enum<string>
required

New role to assign

Available options:
OWNER,
ADMIN,
MEMBER

Response

No Content