Skip to main content

MembershipPayload

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/MembershipPayload.json
departmentstring
notesstring
orgUuidstringrequired

UUID of the organization this person belongs to

primaryboolean

Mark this membership as the person's primary affiliation. Demotes any other active-primary in the same person.

rolestring
sincedate-time
untildate-time

Set to a date to close the membership immediately; null while active

MembershipPayload
{
"$schema": "https://example.com/schemas/MembershipPayload.json",
"department": "string",
"notes": "string",
"orgUuid": "string",
"primary": true,
"role": "string",
"since": "2024-07-29T15:51:28.071Z",
"until": "2024-07-29T15:51:28.071Z"
}