Signers
Signers are individuals who need to interact with a document. Each signer has a unique role and can track their progress through the signing process.Signer Types
Signers can be either individuals or companies:INDIVIDUAL
Regular person signing on their own behalf.COMPANY
Company representative signing on behalf of their organization. Requires company information.Signer Roles
sajn supports four different signer roles:SIGNER
The primary role - must sign the document for it to be completed.ORGANIZER
The person who organized the document. Receives notifications but doesn’t need to sign.REVIEWER
Reviews the document and can leave comments, but doesn’t need to sign.ACCEPTOR
For acceptance-type documents - accepts rather than signs the document.Signer Information
Each signer has the following information:Required Fields
- type: Signer type (
INDIVIDUALorCOMPANY) - name: Signer’s full name
- Either email OR phone (depending on distribution method)
- role: Signer role (defaults to SIGNER)
- companyName: Company name
- companyOrgNumber: Company organization number
Optional Fields
- phone: For SMS notifications
- ssn: Swedish personal number (required for BankID signing)
- contactId: Link to existing contact in sajn
- signingOrder: Order for sequential signing
Signing Order
When using sequential signing (signingOrder: "SEQUENTIAL"), assign each signer a number:
For parallel signing,
signingOrder is optional and will be ignored.Delivery and Signature Settings
Each signer can have individual delivery and signature settings configured when adding them to a document.deliveryMethod
How the signer receives their signing invitation:| Method | Description |
|---|---|
EMAIL | Signing invitation sent via email (default) |
SMS | Signing link sent via SMS (requires phone number) |
NONE | No automatic delivery - retrieve signing URL manually |
requiredSignature
The signature type required from this signer:| Type | Description |
|---|---|
DRAWING | Free-hand signature drawing (SES) |
BANKID | Swedish BankID electronic signature (AES) - requires SSN |
CLICK_TO_SIGN | Simple click-to-sign (SES) |
MANUAL | For in-person signing |
twoStepVerification
Additional verification before signing:| Value | Description |
|---|---|
NONE | No additional verification (default) |
SMS_BEFORE_SIGNING | SMS code required before signing |
Signer Status
Track each signer’s progress through two status fields:Read Status
| Status | Description |
|---|---|
NOT_OPENED | Signer hasn’t opened the document yet |
OPENED | Signer opened the document |
READ | Signer read the entire document |
Signing Status
| Status | Description |
|---|---|
NOT_SIGNED | Signer hasn’t signed yet |
SIGNED | Signer has signed the document |
REJECTED | Signer rejected the document |
Retrieving Signing URLs
To get a signer’s signing URL, call the get signer endpoint:Each time you retrieve a signing URL, an audit log entry is created. Only fetch signing URLs when you need to share them with signers.
Linking Contacts
Signers are typically linked to contacts in your sajn account:BankID Integration
For BankID signatures, the signer must provide their Swedish personal number (SSN) and haverequiredSignature set to BANKID:
Notifications
Signers receive notifications based on their individualdeliveryMethod setting:
- EMAIL: Receives signing invitation via email
- SMS: Receives signing link via SMS
- NONE: No automatic notification (retrieve and share the signing URL yourself)
Updating Signers
Signers can be updated before they sign:Best Practices
Accurate Information
Ensure signer information is accurate before sending - corrections after sending are limited.
Clear Communication
Use the custom message field to provide context about what they’re signing.
Appropriate Roles
Use REVIEWER for people who need visibility but not signing authority.
Sequential for Approval
Use sequential signing for approval workflows where order matters.
Next Steps
Contacts
Learn about managing contacts
Send for Signing
Guide to sending documents

