Absence Type Linkable Users
List of valid attributes and relationships:
See Users for the attributes.
The following relationships can be included in requests:
| Relationship | Type |
|---|---|
| absence_type_links | has_many |
List
Example response:
{ "data": [ { "id": "98815bd8-f3e6-41ec-8c4a-25a431ac6ce4", "type": "absence_type_linkable_user", "attributes": { "avatar": "avatar.png", "name": "Max Mustermann", "status": "active", } }, { ... } ]}This endpoint returns the list of users that the current user can assign or unassign absence types to.
A user is included in the response only if the current user has both:
user.readandabsence_type_link.manage
permissions for that user, either at the account level or within the same team.
HTTP Request
GET /api/v1/absence_type_linkable_users