User Management and Role Management API Fields
Learn about the fields in the O Series User Management and Role Management APIs.
User Management and Role Management fields
This table lists the fields included in the request body for O Series On-Premise and On-Demand User Management and Role Management API requests.
| User and Role field | User and Role field details | User and Role field description |
|---|---|---|
defaultPartition | object (Partition) | Object: - |
description | string | A description of the role. |
email | string <email> | The email address for the use . |
fullName | string | The full name of the user. |
isDisabled | boolean | Search for enabled vs disabled users. Example: |
isDisabled | boolean | The flag that disables a user. Default: |
isServiceAccount | boolean | The flag that identifies a service account. Default: |
isSSOUser | boolean | The flag that identifies a single sign-on user. Default: |
locale | string | The user's locale. |
name | string | The name of the partition. |
name | string | The name of the role. |
partition | Required object (Partition) | Object: - |
partitionRoles | Array of objects (PartitionRole) | Array: - |
partitionUUID | string <uuid> | Search for users in this partition. Example: |
password | string | The user's password. |
passwordExpirationDateMaximum | string <date> | Search for users with a password expiration date less than or equal to the specified date. Example: |
passwordExpirationDateMinimum | string <date> | Search for users with a password expiration date greater than or equal to the specified date. Example: |
passwordExpirationDate | string <date> | The password expiration date for the user. |
passwordExpirationDisabled | boolean | The flag that disables password expiration for a user. Default: null |
roles | Required Array of objects (Role) | Array: - |
roleUUID | string <uuid> | Search for users with specific role UUID. Example: |
sourceId | integer <int64> | The source ID for the role. Default: |
username | string | The username of the user . Example: |
username | string | The username of the user |
uuid | Required string <uuid> | The UUID for the partition. |
uuid | Required string <uuid> | The UUID for the role. |
uuid | Required string <uuid> | The UUID of the user to update Example: |