---
title: "Returns the API user with the specified id."
method: GET
path: "/apiusers/{apiUserId}"
tags: ["apiUsers"]
---

# Returns the API user with the specified id.

`GET /apiusers/{apiUserId}`

<Check title="Required Permissions" icon="key">The user must be an admin or have `workspace-manage-config:read` permissions.</Check>

## Path parameters

- `apiUserId` string, uuid, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- ApiUser
  - `name` string, required — The name of the API user.
  - `roleId` string, uuid, nullable — The role the user should be in. If no role is specified, the user will become an admin.
  - `clientId` string, nullable — The client id this API user belongs to.
  - `id` string, uuid — The id of the API user.
  - `createdOn` string, date-time — The date this user was created.
  - `createdBy` string, uuid — The id of the user who created this user.
  - `updatedOn` string, date-time — The date when this user was last updated.
  - `updatedBy` string, uuid — The id of the user who updated the entity.

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/awork-io/apis/api-v1-reference.md) · [All operations](https://skmtc.net/awork-io/apis/api-v1-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/awork-io/api-v1-reference/versions/f784a53f60df/schema)
