Skip to main content

SetWorkspaceAccountRolesInput

No description

input SetWorkspaceAccountRolesInput {
workspaceAccountId: String!
roleIds: [String!]!
}

Fields

SetWorkspaceAccountRolesInput.workspaceAccountId ● String! non-null scalar

The member (workspace_account) whose roles are being reconciled.

SetWorkspaceAccountRolesInput.roleIds ● [String!]! non-null scalar

The complete set of roles the member should end up with. Must be non-empty, and every id must be a live role in the same workspace; an unknown id rejects the whole call rather than applying part of it.

Member Of

setWorkspaceAccountRoles mutation