The UserInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AvatarImage | 
            The PictureData for the user avatar.
              | |
| AvatarUrl | 
            The image-url for the user avatar.
              | |
| CreatedAt | 
            The DateTime the user was created.
              | |
| CreatedAtSecondsSinceEpoch | 
            The DateTime the user was created in unix format (seconds since epoch).
              | |
            The registered email address for this user.
              | ||
| Name | 
            The users name.
              | |
| PhoneNumber | 
            The users telephone-number.
              | |
| SmsModeEnabled | 
            Defines if the SMS mode is enabled.
              | |
| UpdatedAt | 
            The DateTime the user was last updated.
              | |
| UpdatedAtSecondsSinceEpoch | 
            The DateTime the user was last updated in unix format (seconds since epoch).
              | |
| UserId | 
            The user-id.
              | 
See Also