---
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

---

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