English
cURL
curl --request PUT \ --url https://api.absentify.com/api/v1/members/{id} \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data '{ "is_admin": true, "department_ids": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } ], "employment_start_date": "<string>", "employment_end_date": "<string>", "public_holiday_id": "<string>", "birthday": "<string>", "custom_id": "<string>", "status": "INACTIVE" }'
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
Update a member
1
Show child attributes
INACTIVE
ACTIVE
ARCHIVED
Successful response
The response is of type string<uuid>.
string<uuid>
Was this page helpful?