get_user: Get a user endpoint

Description Usage Arguments Value Examples

View source: R/user.R

Description

The endpoint: https://auth0.com/docs/api/management/v2#!/Users/get_users_by_id can be used to retrieve user details given the user_id.

Usage

1
get_user(user_id, fields = NULL, include_fields = NULL, ...)

Arguments

user_id

The id of the user to retrieve

fields

A comma separated list of fields to include or exclude (depending on include_fields) from the result. If left empty then all fields are retrieved.

include_fields

"true" if the fields specified are to be included in the result, "false" otherwise. Default is "true".

...

other auth0 settings.

Value

Response from the Auth0 API as aut0_api object.

Examples

1
2
3
4
## Not run: 
  get_user("google-oauth2|123123123213123123123")

## End(Not run)

Appsilon/auth0api documentation built on Dec. 10, 2019, 12:09 a.m.