Skip to main content

MembershipListOutputBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/MembershipListOutputBody.json
members object[]required
  • Array [
  • emailstring
    expiresAtdate-time
    idstringrequired
    invitedBystring
    isOwnerbooleanrequired
    joinedAtdate-timerequired
    rolesstring[]nullablerequired
    tenantIdstringrequired
    tenantKindstring
    userUUIDstringrequired
  • ]
  • MembershipListOutputBody
    {
    "$schema": "https://example.com/schemas/MembershipListOutputBody.json",
    "members": "Unknown Type: array,null"
    }