Auth0 Node.js SDK - v5.0.0
Preparing search index...
management
Management
DeleteUserRolesRequestContent
Interface DeleteUserRolesRequestContent
Example
{
*
roles
: [
"roles"
]
* }
Copy
interface
DeleteUserRolesRequestContent
{
roles
:
string
[]
;
}
Index
Properties
roles
Properties
roles
roles
:
string
[]
List of roles IDs to remove from the user.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
roles
Auth0 Node.js SDK - v5.0.0
Loading...
Example