---
title: "Get information for the current session's user"
method: GET
path: "/me"
tags: ["Users"]
---

# Get information for the current session's user

`GET /me`

## Response `200`

Response

- UserInfoResponse — UserInfoResponse
  - `errors` object[] — List of errors occurred during request processing
    - `message` string, required — Printable error message
    - `more_info` string — URL to the documentation of the error
    - `status` integer, required — HTTP error status code
  - `message` string — Printable result of the request
  - `user` object, required — User information
    - `auth` string[], required — List of user's required authentication methods
    - `city` string — City
    - `country` string — Country code ISO 3166-1 alpha-2
    - `create_time` string — User registration time
    - `department` string — Job department
    - `features` object — Feature flags
    - `invitations` object[], required — List of pending invitations
      - `invite_code` string, required — Code for accepting the invitation
      - `invite_time` string, required — Timestamp in ISO 8601 format, always in UTC
      - `inviting_user_email` string, required — User email address
      - `project_name` string, required — Project name
    - `job_title` string — Job title
    - `managed_by_scim` boolean — User management status
    - `managing_organization_id` string — Organization ID
    - `project_membership` object, required — Project membership and type of membership
      - `ANY` 'admin' | 'developer' | 'operator' | 'organization:app_users:write' | 'organization:billing:read' | 'organization:billing:write' | 'organization:domains:write' | 'organization:event_logs:read' | 'organization:groups:write' | 'organization:networking:read' | 'organization:networking:write' | 'organization:projects:write' | 'organization:sustainability:read' | 'organization:users:write' | 'project:ai_gateway_keys:read' | 'project:ai_gateway_keys:write' | 'project:audit_logs:read' | 'project:integrations:read' | 'project:integrations:write' | 'project:networking:read' | 'project:networking:write' | 'project:permissions:read' | 'project:services:read' | 'project:services:write' | 'read_only' | 'role:organization:admin' | 'role:project:admin' | 'role:services:maintenance' | 'role:services:recover' | 'service:configuration:write' | 'service:data:write' | 'service:logs:read' | 'service:metrics:read' | 'service:secrets:read' | 'service:users:write' — Project member type
    - `project_memberships` object, required — List of project membership and type of membership
      - `ANY` string[] — List of project member type
    - `projects` string[], required — List of projects the user is a member of
    - `real_name` string, required — User real name
    - `state` string, required — User account state
    - `tenant` string, required — Tenant identifier
    - `token_validity_begin` string — Earliest valid authentication token timestamp
    - `user` string, required — User email address
    - `user_id` string, required — User ID

---

[API](https://skmtc.net/aiven/apis/aiven-api-documentation.md) · [All operations](https://skmtc.net/aiven/apis/aiven-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aiven/aiven-api-documentation/revisions/cbfbf0f96a48/schema)
