Table of Contents

Class OrganizationMember

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll
public class OrganizationMember
Inheritance
OrganizationMember
Inherited Members

Properties

Email

Email address of the user.

[JsonProperty("email")]
public string Email { get; set; }

Property Value

string

Name

Name of the user.

[JsonProperty("name")]
public string Name { get; set; }

Property Value

string

Picture

URL to a picture for the user.

[JsonProperty("picture")]
public string Picture { get; set; }

Property Value

string

Roles

The roles of the user

[JsonProperty("roles")]
public IList<Role> Roles { get; set; }

Property Value

IList<Role>

UserId

ID of the user.

[JsonProperty("user_id")]
public string UserId { get; set; }

Property Value

string