Get access control attributes for a channel
GET/api/v4/channels/:channel_id/access_control/attributes
Retrieves the effective access control policy attributes for a specific channel. This can be used to understand what attributes are currently being applied to the channel by the access control system.
Permissions
Must have read_channel permission for the specified channel.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Access control attributes retrieved successfully.
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found
Something went wrong with the server