Auth0 Node.js SDK - v5.0.0
Preparing search index...
management
Management
AssignRoleUsersRequestContent
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
Theme
OS
Light
Dark
On This Page
Properties
users
Auth0 Node.js SDK - v5.0.0
Loading...
Example