PUT
/
members
/
{id}
/
representatives
curl --request PUT \
  --url https://api.absentify.com/api/v1/members/{id}/representatives \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "representative_approval_process": "Linear",
  "member_can_reorder_representatives": true,
  "member_can_choose_representatives": true,
  "required_representatives_count": 1,
  "representatives": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}'
"3c90c3cc-0d44-4b50-8888-8dd25736052a"

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Body

application/json

Response

200
application/json

Successful response

The response is of type string.