Retrieves the representative configuration (such as approval process, ability to choose/reorder) and the list of representatives for a specific member.
GET
/
members
/
{id}
/
representatives
Get a member's representative settings and list
Copy
Ask AI
curl --request GET \ --url https://api.absentify.com/api/v1/members/{id}/representatives \ --header 'X-API-KEY: <api-key>'