Skip to main content
Unary · Identity Retrieves information about the currently authenticated identity. Use this method to:
  • Get current user information
  • Check authentication status
  • Retrieve organization context
  • Validate authentication principal

Examples

  • Get current identity: Retrieves details about the authenticated user.

Endpoint

Send a Bearer token as described in Authentication. If your organization uses a custom management-plane domain, replace https://app.ona.com with that domain.

Request example

Request

gitpod.v1.GetAuthenticatedIdentityRequest This message has no fields.

Response

gitpod.v1.GetAuthenticatedIdentityResponse
gitpod.v1.Subject