Skip to main content
GET
Get User Information
Retrieves information about the currently authenticated user and their associated customer organization.

Authentication

This endpoint requires a valid API key in the Authorization header.

Response

string
The unique identifier for the user
string
The unique identifier for the customer organization
string
The display name of the user (may be null)
string
The email address of the user
string
The name of the customer organization

Error Responses

Use Cases

  • Authentication verification: Confirm that your API key is working correctly
  • User context: Get information about the current user for personalization
  • Organization identification: Determine which organization the user belongs to