Class OrganizationMember
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
public class OrganizationMember
- Inheritance
-
OrganizationMember
- Inherited Members
Properties
Email address of the user.
[JsonProperty("email")]
public string Email { get; set; }
Property Value
Name
Name of the user.
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Picture
URL to a picture for the user.
[JsonProperty("picture")]
public string Picture { get; set; }
Property Value
Roles
The roles of the user
[JsonProperty("roles")]
public IList<Role> Roles { get; set; }
Property Value
UserId
ID of the user.
[JsonProperty("user_id")]
public string UserId { get; set; }