Skip to main content
The Users API returns profile information for the currently authenticated user — the person or service account associated with the API key or OAuth token making the request.

What you get

The Get User Information endpoint returns:
  • User ID and email address
  • Display name
  • Workspace the user belongs to
  • Role within the Workspace (owner, admin, or member)
This is useful for verifying which account is authenticated, displaying user context in your application, or routing logic based on the user’s role.

Available endpoints

Get User Information

Get information of the current user.