Create Approver

Create a new approver profile. The role is automatically set to APPROVER for OAuth requests — do not include role or createdBy in the request body.

Authentication

AuthorizationBearer

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

Headers

vnd.a1.tenant-idstringOptional

Tenant identifier for multi-tenant environments

Request

This endpoint expects an object.
firstNamestringRequired
lastNamestringRequired
emailAddressstringRequiredformat: "email"
middleNamestringOptional
knownAsstringOptional
contactobjectOptional
workplacestringOptional
entityIdstringOptional
customerIdstringOptional

Response

Approver created successfully
uuidstringformat: "uuid"

Errors

409
Conflict Error