Class CreateOrganizationMemberRequestContent
- Namespace
- Auth0.ManagementApi.Organizations
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record CreateOrganizationMemberRequestContent : IEquatable<CreateOrganizationMemberRequestContent>
- Inheritance
-
CreateOrganizationMemberRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
Members
List of user IDs to add to the organization as members.
[JsonPropertyName("members")]
public IEnumerable<string> Members { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.