Class User#
Defined in File User.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.EntityBase
(Class EntityBase)
Class Documentation#
- class xbe.sdk.Models.User : xbe.sdk.EntityBase#
Describes a single authorized user in the Xsolla Backend ecosystem.
REQUIRES: Account Services
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.