UsersGroupRoleAssignments Data Type

Properties
name data type constraints description
isLastPage boolean required
users array of string  
whiteListUserRoleAssignments map of string  
whiteListGroupRoleAssignments map of string  
userRoleAssignments map of string  
isReset boolean required
groupRoleAssignments map of string  

Example

{
  "isLastPage" : true,
  "users" : [ "...", "..." ],
  "whiteListUserRoleAssignments" : {
    "property1" : "...",
    "property2" : "..."
  },
  "whiteListGroupRoleAssignments" : {
    "property1" : "...",
    "property2" : "..."
  },
  "userRoleAssignments" : {
    "property1" : "...",
    "property2" : "..."
  },
  "isReset" : true,
  "groupRoleAssignments" : {
    "property1" : "...",
    "property2" : "..."
  }
}