Skip to main content
API Reference NianticSpatial.NSDK.AR.Sites

UserInfo

Information about a user.

Declaration

public readonly struct UserInfo : ValueType

Constructors

public UserInfo(string id, string firstName, string lastName, string email, string status, long createdTimestamp)

Properties

NameTypeSummary
readonly CreatedTimestamplong
The Unix timestamp (in seconds) when the user was created.
readonly Emailstring
The user's email address.
readonly FirstNamestring
The user's first name.
readonly Idstring
The unique identifier for the user.
readonly LastNamestring
The user's last name.
readonly Statusstring
The user's status.