Back to Node Auth0

Interface AssignUserRolesRequestContent

docs/interfaces/management.Management.AssignUserRolesRequestContent.html

5.9.1564 B
Original Source

Interface AssignUserRolesRequestContent

Example

{ * roles: ["roles"] * }Copy

interface AssignUserRolesRequestContent {
roles: string[];
}

Index

Properties

roles

Properties

roles

roles: string[]

List of roles IDs to associated with the user.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties roles