Skip to main content
GET
List permission overrides

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

channelId
string<uuid>
required

Response

Success

id
string<uuid>
channelId
string<uuid>
roleId
string<uuid> | null
userId
string<uuid> | null
allowBits
integer<int64>

Permission allow bitmask

denyBits
integer<int64>

Permission deny bitmask

createdAt
string<date-time>