---
title: "Get a member's representative settings and list"
method: GET
path: "/members/{id}/representatives"
tags: ["Members"]
---

# Get a member's representative settings and list

`GET /members/{id}/representatives`

Retrieves the representative configuration (such as approval process, ability to choose/reorder) and the list of representatives for a specific member.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful response

- object
  - `representative_approval_process` 'Linear' | 'Parallel', nullable, required
  - `member_can_reorder_representatives` boolean, nullable, required
  - `member_can_choose_representatives` boolean, nullable, required
  - `required_representatives_count` integer, nullable, required
  - `representatives` object[], required
    - `id` string, uuid, required
    - `name` string, nullable, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Not found
- `500` — Internal server error

---

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