ApiSchemas
MembershipStatus
One shape from the contract, as it appears on the wire.
Used by auth.me, organizations.list
Referenced from OrganizationMembership
JSON Schema
{
"type": "string",
"enum": [
"active",
"inactive",
"pending"
]
}