User Management Mandatory Fields
Learn about the mandatory fields for the O Series On-Premise and On-Demand User Management API.
User Management mandatory fields
- The
partitionfield is required to create or update a user. - The
rolesfield is required to create or update a user. - The
uuidfield is required to create a user, update a user, or search for a user.
| Field | Requests | Description |
|---|---|---|
partition | Create a User Update a User | object (Partition): - uuid- name |
roles | Create a User Update a User | Array of objects (Role): - uuid- sourceId- name- description |
uuid | Create a User Update a User Search for a User | string <uuid>The UUID for the partition, role, or user. |
Updated about 1 year ago
