An Organization Link is a relationship between an organization and an subject. It is created with the user’s authorization, so that their information remains on their control.

During the time the link exists, it’s possible for the organization to access the subject information.

How to establish an Organization Link?

Users can scan a QR code to establish the link. They will be prompted to accept it and can remove it at any time from their mobile app.

The QR can be generated by anyone using the API. Its format is standardized to:

https://api.plumaa.id/app/home/connect/<organization id>

An Organization Link is a connection between an Organization and a Subject. It allows the Organization to send signing requests to the Subject.

id
any
required

A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c

subject
object
required

The Subject.

organization
object
required

The Organization.

createdAt
any
required

A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the date-time format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.

updatedAt
any
required

A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the date-time format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.