---
title: "Retrieve a contributor representing user sending a query"
method: GET
path: "/projects/{project_id}/contributors/me"
tags: ["Contributors"]
---

# Retrieve a contributor representing user sending a query

`GET /projects/{project_id}/contributors/me`

Retrieves a [Contributor](#object-contributors) object. Gets combined permissions from contributor and a group.

Requires <code>read_contributors</code> OAuth access scope.

## Path parameters

- `project_id` string, required

## Response `200`

OK

- object
  - `project_id` string
  - `contributor` Contributors
    - `user_id` number — A unique identifier of the user.
    - `email` string — E-mail associated with this user.
    - `fullname` string — Full name as set by the user.
    - `created_at` string — Date/time at which the user was created.
    - `created_at_timestamp` number — Unix timestamp when the user was created.
    - `is_admin` boolean — Whether the user has Admin access to the project. From the new permission release onwards is deprecated.
    - `is_reviewer` boolean — Whether the user has Reviewer access to the project. From the new permission release onwards is deprecated.
    - `role_id` 1 | 2 | 3 | 4 | 5 — Permission template id attached to the user
    - `languages` object[] — List of languages, accessible to the user.
      - `lang_id` number — Language ID.
      - `lang_iso` string — Language code.
      - `lang_name` string — Language name.
      - `is_writable` boolean — Whether the user has write access to the language.
    - `admin_rights` unknown[] — List of user permissions.
      - unknown

---

[API](https://skmtc.net/lokalise/apis/default-projects.md) · [All operations](https://skmtc.net/lokalise/apis/default-projects/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lokalise/default-projects/revisions/7bceba421b12/schema)
