cURL
curl --request GET \ --url https://api.opal.dev/v1/groups/{group_id}/visibility \ --header 'Authorization: Bearer <token>'
{ "visibility": "LIMITED", "visibility_group_ids": [ "7870617d-e72a-47f5-a84c-693817ab4567", "1520617d-e72a-47f5-a84c-693817ab48ad2" ] }
Gets the visibility of this group.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the group.
The visibility info of this group.
Visibility infomation of an entity.
The visibility level of the entity.
GLOBAL
LIMITED
"GLOBAL"
Was this page helpful?