iam_components-schemas-status

Whether the user is a member of the organization or has an invitation pending.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-components-schemas-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_components-schemas-status",
  "title": "iam_components-schemas-status",
  "description": "Whether the user is a member of the organization or has an invitation pending.",
  "enum": [
    "member",
    "invited"
  ],
  "example": "member",
  "type": "string"
}