> ## Documentation Index
> Fetch the complete documentation index at: https://absentify.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Add a member's schedule

> Add a member's schedule



## OpenAPI

````yaml https://api.absentify.com/api/v1/openapi.json post /members/{id}/schedule
openapi: 3.1.0
info:
  title: absentify CRUD API
  description: OpenAPI compliant REST API
  version: 1.0.0
servers:
  - url: https://api.absentify.com/api/v1
security: []
tags:
  - name: Departments
  - name: Leave types
  - name: Members
  - name: Requests
  - name: Public holidays
  - name: Workspace
  - name: Absences
  - name: Allowance Management
externalDocs:
  url: https://absentify.com/docs/en/api-reference
paths:
  /members/{id}/schedule:
    post:
      tags:
        - Members
      summary: Add a member's schedule
      description: Add a member's schedule
      operationId: member-addMemberSchedule
      parameters:
        - in: path
          name: id
          schema:
            type: string
            format: uuid
            pattern: >-
              ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
          required: true
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                from:
                  description: >-
                    Date/time in ISO 8601 format, e.g. `2026-06-01` (interpreted
                    as UTC midnight) or `2026-06-01T09:00:00Z`. Always include a
                    time zone designator (`Z` for UTC) when sending a time of
                    day. Localized formats such as `01.06.2026` or `06/01/2026`
                    are misinterpreted and must not be used.
                  type: string
                monday_am_start:
                  description: >-
                    Work-schedule time of day. Send a full ISO 8601 date-time —
                    only the time of day (hours and minutes, UTC) is used; the
                    date part is ignored (e.g. `1970-01-01T09:00:00Z` for
                    09:00).
                  type: string
                monday_am_end:
                  description: >-
                    Work-schedule time of day. Send a full ISO 8601 date-time —
                    only the time of day (hours and minutes, UTC) is used; the
                    date part is ignored (e.g. `1970-01-01T09:00:00Z` for
                    09:00).
                  type: string
                monday_pm_start:
                  description: >-
                    Work-schedule time of day. Send a full ISO 8601 date-time —
                    only the time of day (hours and minutes, UTC) is used; the
                    date part is ignored (e.g. `1970-01-01T09:00:00Z` for
                    09:00).
                  type: string
                monday_pm_end:
                  description: >-
                    Work-schedule time of day. Send a full ISO 8601 date-time —
                    only the time of day (hours and minutes, UTC) is used; the
                    date part is ignored (e.g. `1970-01-01T09:00:00Z` for
                    09:00).
                  type: string
                monday_am_enabled:
                  type: boolean
                monday_pm_enabled:
                  type: boolean
                monday_deduct_fullday:
                  type: boolean
                tuesday_am_start:
                  description: >-
                    Work-schedule time of day. Send a full ISO 8601 date-time —
                    only the time of day (hours and minutes, UTC) is used; the
                    date part is ignored (e.g. `1970-01-01T09:00:00Z` for
                    09:00).
                  type: string
                tuesday_am_end:
                  description: >-
                    Work-schedule time of day. Send a full ISO 8601 date-time —
                    only the time of day (hours and minutes, UTC) is used; the
                    date part is ignored (e.g. `1970-01-01T09:00:00Z` for
                    09:00).
                  type: string
                tuesday_pm_start:
                  description: >-
                    Work-schedule time of day. Send a full ISO 8601 date-time —
                    only the time of day (hours and minutes, UTC) is used; the
                    date part is ignored (e.g. `1970-01-01T09:00:00Z` for
                    09:00).
                  type: string
                tuesday_pm_end:
                  description: >-
                    Work-schedule time of day. Send a full ISO 8601 date-time —
                    only the time of day (hours and minutes, UTC) is used; the
                    date part is ignored (e.g. `1970-01-01T09:00:00Z` for
                    09:00).
                  type: string
                tuesday_am_enabled:
                  type: boolean
                tuesday_pm_enabled:
                  type: boolean
                tuesday_deduct_fullday:
                  type: boolean
                wednesday_am_start:
                  description: >-
                    Work-schedule time of day. Send a full ISO 8601 date-time —
                    only the time of day (hours and minutes, UTC) is used; the
                    date part is ignored (e.g. `1970-01-01T09:00:00Z` for
                    09:00).
                  type: string
                wednesday_am_end:
                  description: >-
                    Work-schedule time of day. Send a full ISO 8601 date-time —
                    only the time of day (hours and minutes, UTC) is used; the
                    date part is ignored (e.g. `1970-01-01T09:00:00Z` for
                    09:00).
                  type: string
                wednesday_pm_start:
                  description: >-
                    Work-schedule time of day. Send a full ISO 8601 date-time —
                    only the time of day (hours and minutes, UTC) is used; the
                    date part is ignored (e.g. `1970-01-01T09:00:00Z` for
                    09:00).
                  type: string
                wednesday_pm_end:
                  description: >-
                    Work-schedule time of day. Send a full ISO 8601 date-time —
                    only the time of day (hours and minutes, UTC) is used; the
                    date part is ignored (e.g. `1970-01-01T09:00:00Z` for
                    09:00).
                  type: string
                wednesday_am_enabled:
                  type: boolean
                wednesday_pm_enabled:
                  type: boolean
                wednesday_deduct_fullday:
                  type: boolean
                thursday_am_start:
                  description: >-
                    Work-schedule time of day. Send a full ISO 8601 date-time —
                    only the time of day (hours and minutes, UTC) is used; the
                    date part is ignored (e.g. `1970-01-01T09:00:00Z` for
                    09:00).
                  type: string
                thursday_am_end:
                  description: >-
                    Work-schedule time of day. Send a full ISO 8601 date-time —
                    only the time of day (hours and minutes, UTC) is used; the
                    date part is ignored (e.g. `1970-01-01T09:00:00Z` for
                    09:00).
                  type: string
                thursday_pm_start:
                  description: >-
                    Work-schedule time of day. Send a full ISO 8601 date-time —
                    only the time of day (hours and minutes, UTC) is used; the
                    date part is ignored (e.g. `1970-01-01T09:00:00Z` for
                    09:00).
                  type: string
                thursday_pm_end:
                  description: >-
                    Work-schedule time of day. Send a full ISO 8601 date-time —
                    only the time of day (hours and minutes, UTC) is used; the
                    date part is ignored (e.g. `1970-01-01T09:00:00Z` for
                    09:00).
                  type: string
                thursday_am_enabled:
                  type: boolean
                thursday_pm_enabled:
                  type: boolean
                thursday_deduct_fullday:
                  type: boolean
                friday_am_start:
                  description: >-
                    Work-schedule time of day. Send a full ISO 8601 date-time —
                    only the time of day (hours and minutes, UTC) is used; the
                    date part is ignored (e.g. `1970-01-01T09:00:00Z` for
                    09:00).
                  type: string
                friday_am_end:
                  description: >-
                    Work-schedule time of day. Send a full ISO 8601 date-time —
                    only the time of day (hours and minutes, UTC) is used; the
                    date part is ignored (e.g. `1970-01-01T09:00:00Z` for
                    09:00).
                  type: string
                friday_pm_start:
                  description: >-
                    Work-schedule time of day. Send a full ISO 8601 date-time —
                    only the time of day (hours and minutes, UTC) is used; the
                    date part is ignored (e.g. `1970-01-01T09:00:00Z` for
                    09:00).
                  type: string
                friday_pm_end:
                  description: >-
                    Work-schedule time of day. Send a full ISO 8601 date-time —
                    only the time of day (hours and minutes, UTC) is used; the
                    date part is ignored (e.g. `1970-01-01T09:00:00Z` for
                    09:00).
                  type: string
                friday_am_enabled:
                  type: boolean
                friday_pm_enabled:
                  type: boolean
                friday_deduct_fullday:
                  type: boolean
                saturday_am_start:
                  description: >-
                    Work-schedule time of day. Send a full ISO 8601 date-time —
                    only the time of day (hours and minutes, UTC) is used; the
                    date part is ignored (e.g. `1970-01-01T09:00:00Z` for
                    09:00).
                  type: string
                saturday_am_end:
                  description: >-
                    Work-schedule time of day. Send a full ISO 8601 date-time —
                    only the time of day (hours and minutes, UTC) is used; the
                    date part is ignored (e.g. `1970-01-01T09:00:00Z` for
                    09:00).
                  type: string
                saturday_pm_start:
                  description: >-
                    Work-schedule time of day. Send a full ISO 8601 date-time —
                    only the time of day (hours and minutes, UTC) is used; the
                    date part is ignored (e.g. `1970-01-01T09:00:00Z` for
                    09:00).
                  type: string
                saturday_pm_end:
                  description: >-
                    Work-schedule time of day. Send a full ISO 8601 date-time —
                    only the time of day (hours and minutes, UTC) is used; the
                    date part is ignored (e.g. `1970-01-01T09:00:00Z` for
                    09:00).
                  type: string
                saturday_am_enabled:
                  type: boolean
                saturday_pm_enabled:
                  type: boolean
                saturday_deduct_fullday:
                  type: boolean
                sunday_am_start:
                  description: >-
                    Work-schedule time of day. Send a full ISO 8601 date-time —
                    only the time of day (hours and minutes, UTC) is used; the
                    date part is ignored (e.g. `1970-01-01T09:00:00Z` for
                    09:00).
                  type: string
                sunday_am_end:
                  description: >-
                    Work-schedule time of day. Send a full ISO 8601 date-time —
                    only the time of day (hours and minutes, UTC) is used; the
                    date part is ignored (e.g. `1970-01-01T09:00:00Z` for
                    09:00).
                  type: string
                sunday_pm_start:
                  description: >-
                    Work-schedule time of day. Send a full ISO 8601 date-time —
                    only the time of day (hours and minutes, UTC) is used; the
                    date part is ignored (e.g. `1970-01-01T09:00:00Z` for
                    09:00).
                  type: string
                sunday_pm_end:
                  description: >-
                    Work-schedule time of day. Send a full ISO 8601 date-time —
                    only the time of day (hours and minutes, UTC) is used; the
                    date part is ignored (e.g. `1970-01-01T09:00:00Z` for
                    09:00).
                  type: string
                sunday_am_enabled:
                  type: boolean
                sunday_pm_enabled:
                  type: boolean
                sunday_deduct_fullday:
                  type: boolean
              required:
                - from
                - monday_am_start
                - monday_am_end
                - monday_pm_start
                - monday_pm_end
                - monday_am_enabled
                - monday_pm_enabled
                - monday_deduct_fullday
                - tuesday_am_start
                - tuesday_am_end
                - tuesday_pm_start
                - tuesday_pm_end
                - tuesday_am_enabled
                - tuesday_pm_enabled
                - tuesday_deduct_fullday
                - wednesday_am_start
                - wednesday_am_end
                - wednesday_pm_start
                - wednesday_pm_end
                - wednesday_am_enabled
                - wednesday_pm_enabled
                - wednesday_deduct_fullday
                - thursday_am_start
                - thursday_am_end
                - thursday_pm_start
                - thursday_pm_end
                - thursday_am_enabled
                - thursday_pm_enabled
                - thursday_deduct_fullday
                - friday_am_start
                - friday_am_end
                - friday_pm_start
                - friday_pm_end
                - friday_am_enabled
                - friday_pm_enabled
                - friday_deduct_fullday
                - saturday_am_start
                - saturday_am_end
                - saturday_pm_start
                - saturday_pm_end
                - saturday_am_enabled
                - saturday_pm_enabled
                - saturday_deduct_fullday
                - sunday_am_start
                - sunday_am_end
                - sunday_pm_start
                - sunday_pm_end
                - sunday_am_enabled
                - sunday_pm_enabled
                - sunday_deduct_fullday
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: string
                format: uuid
                pattern: >-
                  ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
        '400':
          description: Invalid input data
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/error.BAD_REQUEST'
        '401':
          description: Authorization not provided
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/error.UNAUTHORIZED'
        '403':
          description: Insufficient access
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/error.FORBIDDEN'
        '500':
          description: Internal server error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/error.INTERNAL_SERVER_ERROR'
      security:
        - ApiKey: []
components:
  schemas:
    error.BAD_REQUEST:
      type: object
      properties:
        message:
          type: string
          description: The error message
          example: Invalid input data
        code:
          type: string
          description: The error code
          example: BAD_REQUEST
        issues:
          description: An array of issues that were responsible for the error
          example: []
          type: array
          items:
            type: object
            properties:
              message:
                type: string
            required:
              - message
            additionalProperties: false
      required:
        - message
        - code
      additionalProperties: false
      title: Invalid input data error (400)
      description: The error information
      example:
        code: BAD_REQUEST
        message: Invalid input data
        issues: []
    error.UNAUTHORIZED:
      type: object
      properties:
        message:
          type: string
          description: The error message
          example: Authorization not provided
        code:
          type: string
          description: The error code
          example: UNAUTHORIZED
        issues:
          description: An array of issues that were responsible for the error
          example: []
          type: array
          items:
            type: object
            properties:
              message:
                type: string
            required:
              - message
            additionalProperties: false
      required:
        - message
        - code
      additionalProperties: false
      title: Authorization not provided error (401)
      description: The error information
      example:
        code: UNAUTHORIZED
        message: Authorization not provided
        issues: []
    error.FORBIDDEN:
      type: object
      properties:
        message:
          type: string
          description: The error message
          example: Insufficient access
        code:
          type: string
          description: The error code
          example: FORBIDDEN
        issues:
          description: An array of issues that were responsible for the error
          example: []
          type: array
          items:
            type: object
            properties:
              message:
                type: string
            required:
              - message
            additionalProperties: false
      required:
        - message
        - code
      additionalProperties: false
      title: Insufficient access error (403)
      description: The error information
      example:
        code: FORBIDDEN
        message: Insufficient access
        issues: []
    error.INTERNAL_SERVER_ERROR:
      type: object
      properties:
        message:
          type: string
          description: The error message
          example: Internal server error
        code:
          type: string
          description: The error code
          example: INTERNAL_SERVER_ERROR
        issues:
          description: An array of issues that were responsible for the error
          example: []
          type: array
          items:
            type: object
            properties:
              message:
                type: string
            required:
              - message
            additionalProperties: false
      required:
        - message
        - code
      additionalProperties: false
      title: Internal server error error (500)
      description: The error information
      example:
        code: INTERNAL_SERVER_ERROR
        message: Internal server error
        issues: []
  securitySchemes:
    ApiKey:
      type: apiKey
      name: X-API-KEY
      in: header

````