---
title: "Retrieves the list of verifier authorities related to the verification body"
method: GET
path: "/v1.0/verifier-authorities/vb/{id}"
tags: ["Verifier authorities"]
---

# Retrieves the list of verifier authorities related to the verification body

`GET /v1.0/verifier-authorities/vb/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- UsersAuthoritiesInfoDTO
  - `authorities` UserAuthorityInfoDTO[]
    - `userId` string
    - `firstName` string
    - `lastName` string
    - `roleName` string
    - `roleCode` string
    - `authorityCreationDate` string, date-time
    - `authorityStatus` 'PENDING' | 'TEMP_DISABLED_PENDING' | 'ACTIVE' | 'DISABLED' | 'ACCEPTED' | 'TEMP_DISABLED'
    - `lastLoginDate` string
  - `editable` boolean

## Other responses

- `403` — Forbidden
- `500` — Internal Server Error

---

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