Class AssignedUser
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
public class AssignedUser
- Inheritance
-
AssignedUser
- Inherited Members
Properties
The user's email address.
[JsonProperty("email")]
public string Email { get; set; }
Property Value
FullName
The full name of the user (e.g.: John Foo).
[JsonProperty("name")]
public string FullName { get; set; }
Property Value
Picture
URL pointing to the user picture (if not available, will use gravatar.com with the email).
[JsonProperty("picture")]
public string Picture { get; set; }
Property Value
UserId
A unique identifier of the user per identity provider, same for all apps (e.g.: google-oauth2|103547991597142817347).
[JsonProperty("user_id")]
public string UserId { get; set; }