Table of Contents

Class AssignRoleUsersRequestContent

Namespace
Auth0.ManagementApi.Roles
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record AssignRoleUsersRequestContent : IEquatable<AssignRoleUsersRequestContent>
Inheritance
AssignRoleUsersRequestContent
Implements
Inherited Members
Extension Methods

Properties

Users

user_id's of the users to assign the role to.

[JsonPropertyName("users")]
public IEnumerable<string> Users { get; set; }

Property Value

IEnumerable<string>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.