Back to Node Auth0

Interface AssignRoleUsersRequestContent

docs/interfaces/management.Management.AssignRoleUsersRequestContent.html

5.9.1564 B
Original Source

Interface AssignRoleUsersRequestContent

Example

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

interface AssignRoleUsersRequestContent {
users: string[];
}

Index

Properties

users

Properties

users

users: string[]

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

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties users