Skip to content

Set Member Permissions

PUT
/organization/{id}/members/{accountId}/permissions

Updates a member's organization permission overrides. Requires the "org.members.manage" permission in the organization.

Authorizations

BearerAuth

Enter your session token to authenticate API requests

Type
HTTP (bearer)

Parameters

Path Parameters

id*

Organization id

Type
string
Required
accountId*

Member account id

Type
string
Required

Request Body

application/json
JSON
{
}

Responses

Updated member permissions

application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License