Table of Contents

Class OrganizationAddMembersRequest

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

Properties

Members

List of user IDs to add to the organization as members.

[JsonProperty("members")]
public IList<string> Members { get; set; }

Property Value

IList<string>