Class User#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Models.User : xbe.sdk.EntityBase#

Describes a single authorized user in the Xsolla Backend ecosystem.

REQUIRES: Account Services

Public Functions

User ()#
User (Object obj)

Properties

string Name { get; set; }#

The unique account or user name that identifies the user.

string Email { get; set; }#

The unique e-mail address of the user.

string GivenName { get; set; }#

The user’s real first name.

string FamilyName { get; set; }#

The user’s real last name or surname.

string Phone { get; set; }#

The user’s telephone number.

string > Roles { get; set; }#

The list of roles (by name) that the user is apart of and will assume privileges for.

string > ExternalIds { get; set; }#

The list of unique identifiers for each third-party platform the user is linked to.

Public Static Functions

new User Parse (string json)#

Parses the given JSON encoded string into a new User instance.

Param json:

Return: