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
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
title
string
required
description
string
submitted_from
enum<string>
required
Available options:
employee_portal,
slack,
mail,
ms_teams
author_uid
string
required

must be equal to requester_uid OR an reference an admin user.

requested_by_uid
string
required

can be different from the author_uid (e.g Admin submitting on behalf)

custom_form_inputs
object[]

An optionnal array containing data attached to the request

Response

201 - application/json
result
object