Skip to contents

Get a Single User by ID

Usage

get_user(id, ...)

Arguments

id

The user id, e.g. "e8e5v680" for zfg.

...

Optional parameters for the api.

Value

A tibble with one row.

Examples

if (FALSE) {
get_user(id = "e8e5v680")
}