UserRoleModel
Represents a role for a user
Methods
The following API methods use this data model.
Read-Only Fields
These fields are assigned by the API server and cannot be changed.
userRoleId
uuid, read-only
The unique ID of this record, automatically assigned by Lockstep when this record is
added to the Lockstep platform.
groupKey
uuid, read-only
The GroupKey uniquely identifies a single Lockstep Platform account. All records for this
account will share the same GroupKey value. GroupKey values cannot be changed once created.
For more information, see Accounts and GroupKeys.
created
date-time, read-only
The date that the user role was created
createdUserId
uuid, read-only
The ID of the user who created the user role
modified
date-time, read-only
The date the user role was last modified
modifiedUserId
uuid, read-only
The ID of the user who last modified the user role
Required Fields
userRoleName
string, 1-40 characters
The name of the user role
Updated 20 days ago