Skip to content
AstroAPI
Search
K
Main Navigation
Guide
API Reference
Appearance
Menu
Return to top
Update Member
PATCH
/api/org/users/{memberId}
Update an organization member's role.
Parameters
Path Parameters
memberId
*
Type
string
Required
Min Length
1
Request Body
application/json
Schema
JSON
JSON
{
"role"
:
"string"
}
Responses
200
400
401
403
404
Member geüpdatet
Content-Type
application/vnd.api+json
Schema
JSON
JSON
{
"data"
:
{
"memberId"
:
"string"
,
"role"
:
"string"
}
}
PATCH
/api/org/users/{memberId}
Playground
Variables
Key
Value
memberId
*
Body
Try it out
Samples
Powered by
VitePress OpenAPI