interface Auth0PostUsersSearchRequest {
    provider: AUTH0;
    query: Auth0UsersSearchObject;
}

Properties

Properties

provider: AUTH0