Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languagexml
titleExample 01
collapsetrue
                        <b:UserTypeIdentity>
                           <b:UserTypeId i:nil="true"/>
                           <b:UserTypeName>IT Manager</b:UserTypeName>
                           <b:UserTypeUid>1152921504606867304</b:UserTypeUid>
                        </b:UserTypeIdentity>