...
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
UserTypeId | Int32 | No | The user type Id is a unique identifier for a user type. For internal use only. | |
UserTypeName | String | One of UserTypeName or UserTypeUID id is required | The user type name is a unique identifier for a user type | IT Manager |
UserTypeUid | Int64 | See UserTypeName | A unique and immutable identifier for a user type | 1152921504606867304 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:UserTypeIdentity>
<b:UserTypeId i:nil="true"/>
<b:UserTypeName>IT Manager</b:UserTypeName>
<b:UserTypeUid>1152921504606867304</b:UserTypeUid>
</b:UserTypeIdentity> |