Skip to main content
GET
Get

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

ngrok-version
integer
default:2
required

Path Parameters

id
string
required

a resource identifier

Response

200 - application/json

Get an application user by ID.

id
string

unique application user resource identifier

uri
string

URI of the application user API resource

identity_provider
object

identity provider that the user authenticated with

provider_user_id
string

unique user identifier

username
string

user username

email
string

user email

name
string

user common name

created_at
string

timestamp when the user was created in RFC 3339 format

last_active
string

timestamp when the user was last active in RFC 3339 format

last_login
string

timestamp when the user last signed-in in RFC 3339 format