Skip to main content

Reject a Non-Employee Request

POST 

/non-employee-approvals/:id/reject

This endpoint will reject an approval item request and notify user. The current user must be the requested approver.

Request

Path Parameters

    id stringrequired

    Non-Employee approval item id (UUID)

    Example: e136567de87e4d029e60b3c3c55db56d

Body

required
    comment stringrequired

    Possible values: <= 4000 characters

    Comment on the approval item.

Responses

Non-Employee approval item object.

Schema
    id UUID

    Non-Employee approval item id

    approver object

    Reference to the associated Identity

    type NonEmployeeIdentityDtoType

    Possible values: [GOVERNANCE_GROUP, IDENTITY]

    Identifies if the identity is a normal identity or a governance group

    id string

    Identity id

    accountName string

    Requested identity account name

    approvalStatus ApprovalStatus

    Possible values: [APPROVED, REJECTED, PENDING, NOT_READY, CANCELLED]

    Enum representing the non-employee request approval status

    approvalOrder float

    Approval order

    comment string

    comment of approver

    modified date-time

    When the request was last modified.

    created date-time

    When the request was created.

    nonEmployeeRequest object
    id UUID

    Non-Employee request id.

    requester object
    type NonEmployeeIdentityDtoType

    Possible values: [GOVERNANCE_GROUP, IDENTITY]

    Identifies if the identity is a normal identity or a governance group

    id string

    Identity id

Loading...