Skip to main content
POST
Approve or reject multiple TIL requests

Authorizations

Authorization
string
header
required

Authorization: Bearer <token> where <token> is either a neo_sk_<env>_<secret> API key (service account) or a Microsoft Entra ID access token (dashboard user).

Body

application/json
action
enum<string>
required
Available options:
approve,
reject
request_ids
integer[]
required

The TIL request ids to resolve, in the caller's own tenant. Must be unique and between 1 and 50 ids.

Required array length: 1 - 50 elements
note
string | null

Response

Success.

data
TilBulkDecisionResponse · object
required
meta
object
required