v1
latestSwagger 2.02026-07-134146194.6 MBAuthorizations
Creates a user authorization.
Creates an authorization allowing one user to send and/or manage envelopes on behalf of another user.
The agent user acts on behalf of the principal user. The principal user is specified by the userId path parameter. The agent user is specified in the request body. Each principal user can only share signing permission with one agent user.
Specify in the request the level of access to share with the agent user. If you share signing access, the agent user will receive an email notification.
To call this endpoint:
- You must be an account administrator or you must be the principal user.
- The agent user and principal user must belong to the same account.
- At least one of the following account settings must be enabled: AllowDelegatedSigning, AllowManagingEnvelopesOnBehalfOfOthers, AllowEditingEnvelopesOnBehalfOfOthers, AllowSendingEnvelopesOnBehalfOfOthers. These settings correspond to the level of access you can set for the authorization.
post/v2.1/accounts/{accountId}/users/{userId}/authorization
Path parameters
accountIdstring required
The external account number (int) or account ID GUID.
userIdstring required
The ID of the principal user.
Request body
Response
Successful response.