Skip to content

Update Member

PATCH
/api/org/users/{memberId}

Update an organization member's role.

Authorizations

ApiKeyAuth

API key for authentication. Get your API key from the dashboard.

TypeAPI Key (header: X-Api-Key)

Parameters

Path Parameters

memberId*
Typestring
Required
Min Length1

Request Body

application/json
JSON
{
"role": "string"
}

Responses

Member geüpdatet

application/vnd.api+json
JSON
{
"data": {
"memberId": "string",
"role": "string"
}
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

AstroAPI Documentation