Skip to main content

Current User

Get information about the currently authenticated user. These endpoints return data specific to whoever is making the request-use them to build profile pages, permission checks, and organisation switchers.

What You Can Fetch

  • User profile - Name, email, and other details
  • Organisations - All organisations the user belongs to
  • Roles - Role assignments across accounts
  • Permissions - Effective permissions based on roles

Common Use Cases

  • Showing a "logged in as" indicator in your UI
  • Building an organisation/account switcher
  • Checking permissions before showing admin features
  • Pre-filling forms with user details

Operations