---
title: "Update representatives for a member"
method: PUT
path: "/members/{id}/representatives"
tags: ["Members"]
---

# Update representatives for a member

`PUT /members/{id}/representatives`

This endpoint allows updating the representatives for a specific member.
        It also configures how representative approvals work for this member.
        The 'id', 'representative_approval_process', 'member_can_reorder_representatives',
        'member_can_choose_representatives', 'required_representatives_count', and 'representatives' fields are always required.

## Path parameters

- `id` string, uuid, required

## Request body

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

## Response `200`

Successful response

- string, uuid

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