User management, permissions and signature uploads
Create User
/api/v1/users
Delete User
/api/v1/users/delete
Add User Permissions
/api/v1/users/permissions/add
Remove User Permissions
/api/v1/users/permissions/remove
Update User
/api/v1/users/{userId}
Create a new user account within the tenant. The created user can be assigned permissions and can participate in signing workflows.
Delete a user account from the tenant. This action is irreversible. All active signing sessions for this user will be terminated.
Grant additional permissions to a user. Permissions control access to specific API operations and document groups.
Removes permissions from an existing user.
Updates an existing user's information.