JOC API

Version 2.8.0

Download RAML
JOC API
/approval/approver/store
POST

Stores an approver.
If an approver with the same accountName already exists the credentials of the existing approver will be updated.


Parameters in the POST body schema

Name Type Description Example Default
accountName required, string The name of the account that should be added or updated to the list of available approvers.
firstName required, string The first name of the person represented by this account.
lastName required, string The last name of the person represented by this account.
email optional, string The email address of the person represented by this account.