v1

latestOpenAPI 3.0.12026-07-1394386381.1 KB
Sessions

Who am I?

Get basic information about your current API or WebAuthN user and their organization. Affords sub-organization look ups via parent organization for WebAuthN or API key users.

post/public/v1/query/whoami

Request body

organizationIdstring required

Unique identifier for a given organization. If the request is being made by a WebAuthN user and their sub-organization ID is unknown, this can be the parent organization ID; using the sub-organization ID when possible is preferred due to performance reasons.

Response

A successful response.

organizationIdstring required

Unique identifier for a given organization.

organizationNamestring required

Human-readable name for an organization.

userIdstring required

Unique identifier for a given user.

usernamestring required

Human-readable name for a user.