Users
Invite user
Invites one or more users to the NSEV environment by email and, optionally, adds them to user groups. A shared contact can be created from an invited user via the creation options.
Inviting users is processed asynchronously: the response returns a SessionId
that can be used to look up the invitation session’s details.
POST
Error
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
Previous
Creates an absence periodCreates 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`.
Next
Error