---
title: "Retrieves the authorities of type OPERATOR for the given account id along with the account contact types"
method: GET
path: "/v1.0/operator-authorities/account/{accountId}"
tags: ["Operator Authorities"]
---

# Retrieves the authorities of type OPERATOR for the given account id along with the account contact types

`GET /v1.0/operator-authorities/account/{accountId}`

## Path parameters

- `accountId` integer, required

## Response `200`

OK

- OperatorAuthoritiesInfoDTO
  - `authorities` OperatorAuthorityInfoDTO[]
    - `firstName` string
    - `lastName` string
    - `roleName` string
    - `roleCode` string
    - `contactType` string
    - `status` 'PENDING' | 'TEMP_DISABLED_PENDING' | 'ACTIVE' | 'DISABLED' | 'ACCEPTED' | 'TEMP_DISABLED'
    - `authorityCreationDate` string, date-time
    - `userId` string
  - `editable` boolean

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2024-10-21** `a06468704cbe` — 3 warning, 2 info
  - removed the optional property `authorities/items/authorityStatus` from the response with the `200` status
  - removed the optional property `authorities/items/locked` from the response with the `200` status
  - removed the optional property `contactTypes` from the response with the `200` status
  - added the optional property `authorities/items/contactType` to the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/beis/apis/api-documentation/changes/v1.0/operator-authorities/account/:accountId/get.md)

---

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