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
partition
field is required to create or update a user. - The
roles
field is required to create or update a user. - The
uuid
field 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 2 months ago