Creates an absence period
Creates an absence period for a user and assigns the substitutes who take over that user’s actions while they are away.
Each substitute is a stakeholder of type person, group or contactgroup
(the same stakeholder types used elsewhere in the API) and is assigned one or
more action types - approver, receiver, signer or formFiller. A
substitute can optionally be allowed to reassign packages to another user.
The created absence period, and each of its substitutes, is returned with a
generated Id.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
Parameters for creating an absence period
The user's email address
"hello@world.test"
The start of this absence period
The end of this absence period
The substitutes assigned for this absence period
A person that can replace a stakeholder to perform an action in a package
- Person substitute
- Group substitute
- Contact group substitute
Response
Absence period was created
An absence period id
This absence period's unique identifier
"00000000-0000-0000-0000-000000000000"
The user's email address
"hello@world.test"
The start of this absence period
The end of this absence period
The substitutes assigned for this absence period
A person that can replace a stakeholder to perform an action in a package
- Person substitute
- Group substitute
- Contact group substitute