Request
Create a Request
POST
/
v1
/
requests
Introduction
Please note that the author_uid
should be the same as requested_by_uid
OR reference a User with an admin role.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
title
string
requiredsubmitted_from
enum<string>
requiredAvailable options:
employee_portal
, slack
, mail
, ms_teams
author_uid
string
requiredmust be equal to requester_uid OR an reference an admin user.
requested_by_uid
string
requiredcan be different from the author_uid (e.g Admin submitting on behalf)
description
string
custom_form_inputs
object[]
An optionnal array containing data attached to the request
Response
201 - application/json
result
object