Skip to main content

Reject a Non-Employee Request​

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

Path Parameters
  • id string required

    Non-Employee approval item id (UUID)

    Example: e136567de87e4d029e60b3c3c55db56d
Request Body required
  • comment string required

    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 string

    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 string

    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 string

    Possible values: [GOVERNANCE_GROUP, IDENTITY]

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

  • id string

    Identity id

Loading...