threadliner

Update a member's role

PATCH
/auth/members/{id}

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/auth/members/string" \  -H "Content-Type: application/json" \  -d '{    "role": "ADMIN"  }'
{}
Was this page helpful?

Last updated on