Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface AssignRoleUsersRequestContent

    {
    * users: ["users"]
    * }
    interface AssignRoleUsersRequestContent {
        users: string[];
    }
    Index

    Properties

    Properties

    users: string[]

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