Zum Inhalt springen

Absence Type Linkable Users

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

List of valid attributes and relationships:

See Users for the attributes.

The following relationships can be included in requests:

RelationshipType
absence_type_linkshas_many

List

Example response:

{
"data": [
{
"id": "98815bd8-f3e6-41ec-8c4a-25a431ac6ce4",
"type": "absence_type_linkable_user",
"attributes": {
"avatar": "avatar.png",
"email": "max@firma.de",
"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.read and
  • absence_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