AddGroupRoles
Add roles to groups
Description
Adds a role to the group (existing roles are not deleted).
Method
PUT
Request URL Format
/api/v0/grouproles/:group-id
URL Params
group-id : Group ID
Content-Type : application/json
{
"group_roles":
[
{
"app_id":"追加対象のアプリケーションディスプレイID-1",
"role_id":"追加対象のロールディスプレイID-1"
},
{
"app_id":"追加対象のアプリケーションデイスプレイID-2",
"role_id":"追加対象のロールディスプレイID-2"
}
]
}
Request URL Sample
PUT https://api.xxx.com/api/v0/grouproles/:group-id
Response Sample
{} //Empty object is returned.