Add Business Group Roles
Adds a list of business group roles to the already existing roles of the specified business group.
the id of the tenant
the business group id
Page Number
Number of entries per page
Multiple comma-separated properties sorted in ascending or descending order
Sets the number of returned entries from the top of the response (total number per page in relation to skip)
Sets how many entries you would like to skip
Boolean expression for whether a particular entry should be included in the response
the roles to add
[
{
"name": "string",
"principalId": [
"string"
],
"id": "string",
"scopeRoleRef": "string"
}
]
successful operation
Roles successfully added to the business group.