An organization member is a subject that belongs to an organization. It is created by other member of the organization. A subject who’s a member of an organization can access the resources of the organization, such as signature requests, signature request invites, links, API keys and endorsables.Documentation Index
Fetch the complete documentation index at: https://docs.plumaa.id/llms.txt
Use this file to discover all available pages before exploring further.
OrganizationMember is a join table between Organization and Subject. It is used to track which users are members of which organizations.
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
The subject that is a member of the organization.
The organization that the subject is a member of.
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.
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.