Skip to main content
DELETE
メンバーからロールを削除

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

user_id
string
required

ユーザーID。

Pattern: ^(?=.{1,1024}$).+\|.+$

Body

application/json
role_ids
string[]
required
Required array length: 1 - 10 elements

組織のメンバーに割り当て可能なロールの ID。

Pattern: ^rol_[A-Za-z0-9]{16}$

Response

メンバーへのロールの割り当てが正常に解除されました。