[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator

UserOrgRoleBindingItems

Request body to update the organization role bindings of multiple users


Properties

array of string
orgsToAdd Optional

The organization roles to add.


array of string
orgsToRemove Optional

The organization roles to remove.


array of string
roles Optional

The list of the roles.


array of string
users Optional

The list of the users.

JSON Example

{
    "orgsToAdd": [
        "...",
        "..."
    ],
    "orgsToRemove": [
        "...",
        "..."
    ],
    "roles": [
        "...",
        "..."
    ],
    "users": [
        "...",
        "..."
    ]
}
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Parameter To

Update Org Role Bindings For Multiple Users
Returned By

Update Org Role Bindings For Multiple Users

Feedback

Was this page helpful?