---
title: "Get user details"
method: GET
path: "/v3/partner/users/{userId}"
tags: ["partner"]
---

# Get user details

`GET /v3/partner/users/{userId}`

Get details about an existing user.

This operation requires partner-level permissions.
* A `sessionId` header value generated with [API partner login](https://developer.bill.com/reference/partnerlogin)
* An `appKey` header value
* The `organizationId` of the organization

## Path parameters

- `userId` string, required — BILL-generated ID of the user. The value begins with `006`.

## Headers

- `sessionId` string, nullable — API session ID generated with `/v3/partner/login`
- `appKey` string, nullable — Application key sent to you by BILL when you create a partner account
- `organizationId` string, nullable — BILL-generated ID of the organization

## Response `200`

Get user details response

- OrganizationUserResponseDto — Users response.
  - `id` string — BILL-generated ID of the user. The value begins with `006`.
  - `archived` boolean — Set as `true` if the user is archived
  - `firstName` string — User first name
  - `lastName` string — User last name
  - `email` string — User email address
  - `role` object — User role information
    - `id` string — BILL-generated ID of the user role. The value begins with `0po`.
    - `type` 'ADMINISTRATOR' | 'CLERK' | 'APPROVER' | 'ACCOUNTANT' | 'CUSTOM' | 'PAYER' | 'PARTNER' | 'AUDITOR' | 'NO_ACCESS' | 'MEMBER' | 'MEMBER_PLUS' | 'INTERNAL' | 'PURCHASE_REQUESTER' | 'CONSOLE_CUSTOM' | 'RECEIVER' | 'PROCUREMENT_USER' | 'UNDEFINED' — User role type.
    - `description` string — User role description
  - `createdTime` string, date-time — Created date and time
  - `updatedTime` string, date-time — Updated date and time

## Other responses

- `4XX` — List of errors.
- `5XX` — List of errors.

---

[API](https://skmtc.net/bill/apis/bill-v3-api.md) · [All operations](https://skmtc.net/bill/apis/bill-v3-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bill/bill-v3-api/versions/0483350c434e/schema)
