Type Alias AssignmentUpdate

type AssignmentUpdate = {
    roles?: RoleType[];
}
Index

Properties

Properties

roles?: RoleType[]

The roles assigned to the assigneeId. For the full list of roles assignable in this space type, call GET /spaces/{spaceId} and inspect the meta.assignableRoles object.