page | number >= 1 Default: 1 Which page of data are you requesting
|
limit | number [ 1 .. 50 ] Default: 20 How many items are you requesting
|
q | string User first name, or last name, or email, or full name
Example: q=John Doe |
roles[] | Array of strings A set of User Roles to filter to
Items Enum: "EMPLOYEE" "TECHGOV" "AUDITOR" "ADMIN" "ACT_AS_READ_ONLY" "APP" "RISK_MANAGER" "WORKSPACE_ADMINISTRATOR" "SERVICE_USER" "REVIEWER" "CONTROL_MANAGER" "PEOPLE_OPS" "POLICY_MANAGER" "DEVOPS_ENGINEER" Example: roles[]=ADMIN&roles[]=TECHGOV |
excludeUserIds[] | Array of integers or null A set of user ids to exclude from the returned set
Example: excludeUserIds[]=1&excludeUserIds[]=2&excludeUserIds[]=3 |
excludeRoles[] | Array of strings or null A set of roles to exclude from the returned set
Enum: "EMPLOYEE" "TECHGOV" "AUDITOR" "ADMIN" "ACT_AS_READ_ONLY" "APP" "RISK_MANAGER" "WORKSPACE_ADMINISTRATOR" "SERVICE_USER" "REVIEWER" "CONTROL_MANAGER" "PEOPLE_OPS" "POLICY_MANAGER" "DEVOPS_ENGINEER" Example: excludeRoles[]=WORKSPACE_ADMINISTRATOR&excludeRoles[]=TECHGOV |
includeUserIds[] | Array of integers or null Example: includeUserIds[]=1&includeUserIds[]=2&includeUserIds[]=3 |