https://api.bitsighttech.com/ratings/v1/access-groups/group_guid
Edit an existing Access Control Group.
Parameters
* Required.
Parameter | Values |
---|---|
all_companies [Body] Allow the selected group to access all companies in the Bitsight inventory. |
[Boolean] true = Include all companies. |
allow_bundled_companies [Body] Provide the users in the selected group visibility into companies that are bundled with their group’s subscribed companies (rating bundles), even if they are not directly subscribed to that company. |
[Boolean] true = Include rating bundles. |
can_set_tier_scope [Body] Allow this group to set group tiers. |
[Boolean]
|
group_guid * [Path] Identify the group to edit. |
[String] Group unique identifier [group_guid ]. See GET: Access Control Groups. |
is_default [Body] Assign this as the new default group. New users are automatically added to the default group. |
[Boolean] true = Assign this group as the default. |
name [Body] Assign a name for your group. |
[String] |
subscription_types [Body] Change the allocated subscriptions per subscription type. |
[Object] See subscription types. |
Example Request
This is an example body of the JSON data sent in the “data” field of a request:
curl 'https://api.bitsighttech.com/ratings/v1/access-groups/66e3842c-11b1-4ca4-9426-0c93609a4ddc' -u api_token -X PATCH -H 'Accept: application/json' -H 'Content-Type: application/json' --data-binary '{"is_default": "true","name": "My Group","subscription_types": {continuous_monitoring}}' --compressed
Errors and Status Codes
See the common errors and status codes.
Code | Description |
---|---|
200 – Okay |
Everything worked as expected. |
- April 30, 2020: Published.
Feedback
0 comments
Please sign in to leave a comment.