latestOpenAPI 3.1.02026-08-22695252.1 KB

ef777d51e6f2

Members

Update approvers for a member

    This endpoint allows updating the approvers for a specific member based on the chosen approval process.
    Depending on the provided configuration:
    - If Microsoft profile managers are used, department and custom approvers are ignored.
    - If department settings are used, Microsoft profile managers and custom approvers are ignored.
    - If custom approvers are provided, Microsoft profile managers and department settings are ignored.

    **No Approver (Self-Approval):**
    To set "no approver" for a member, provide an empty array: `approvers: []`.
    The system will automatically configure the member as their own approver (self-approval),
    which is internally recognized as "no approver" throughout the application.

    The 'id' and 'approval_process' fields are always required.
  
put/members/{id}/approvers

Path parameters

idstring uuid required

Request body

approval_process'Linear_all_have_to_agree' | 'Linear_one_has_to_agree' | 'Parallel_all_have_to_agree' | 'Parallel_one_has_to_agree' required

Response

Successful response

string uuid required