---
title: "Get the service users created by this account"
method: GET
path: "/accounts/{id}/service-users"
tags: ["accounts"]
---

# Get the service users created by this account

`GET /accounts/{id}/service-users`

Service users are used to permit or deny access to specific APIs.

## Path parameters

- `id` string, required

## Response `200`

The call was successful

- ServiceUser[]
  - `href` string — A reference to this service user
  - `email` string — An email address
  - `account` string — A reference to an account
  - `access_keys` AccessKey[] — An array of access keys
    - `durability` 'persistent' | 'session' — The durability of the key.
    - `href` string — A reference to this key
    - `last_used` string — An iso8601 formatted timestamp
    - `account` string — A reference to an account
    - `expiry` string — An iso8601 formatted timestamp
    - `type` 'bearer', required — The type of key. Currently, only 'bearer' tokens are supported
  - `name` string — Name of the user
  - `description` string — A description of the service user

---

[API](https://skmtc.dev/webscale/apis/webscale-apis.md) · [All operations](https://skmtc.dev/webscale/apis/webscale-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/webscale/webscale-apis/revisions/c98d872b50cb/schema)
