Share feedback
Answers are generated based on the documentation.

Schema

scim_user

Type: object

active

Type: boolean

All schema constraints and annotations
{
  "example": true,
  "type": "boolean"
}
displayName

Schema: scim_user_display_name

emails

Type: array

Array item

Schema: scim_email

All schema constraints and annotations
{
  "items": {
    "$ref": "#/components/schemas/scim_email"
  },
  "type": "array"
}
groups

Type: array

Array item

Schema: scim_group

All schema constraints and annotations
{
  "items": {
    "$ref": "#/components/schemas/scim_group"
  },
  "type": "array"
}
id

Schema: scim_user_id

meta

Type: object

created

Type: string

The creation date for the user as a RFC3339 formatted string.
All schema constraints and annotations
{
  "description": "The creation date for the user as a RFC3339 formatted string.",
  "example": "2022-05-20T00:54:18Z",
  "format": "date-time",
  "type": "string"
}
lastModified

Type: string

The date the user was last modified as a RFC3339 formatted string.
All schema constraints and annotations
{
  "description": "The date the user was last modified as a RFC3339 formatted string.",
  "example": "2022-05-20T00:54:18Z",
  "format": "date-time",
  "type": "string"
}
location

Type: string

All schema constraints and annotations
{
  "example": "https://hub.docker.com/v2/scim/2.0/Users/d80f7c79-7730-49d8-9a41-7c42fb622d9c",
  "type": "string"
}
resourceType

Type: string

All schema constraints and annotations
{
  "example": "User",
  "type": "string"
}
All schema constraints and annotations
{
  "properties": {
    "created": {
      "description": "The creation date for the user as a RFC3339 formatted string.",
      "example": "2022-05-20T00:54:18Z",
      "format": "date-time",
      "type": "string"
    },
    "lastModified": {
      "description": "The date the user was last modified as a RFC3339 formatted string.",
      "example": "2022-05-20T00:54:18Z",
      "format": "date-time",
      "type": "string"
    },
    "location": {
      "example": "https://hub.docker.com/v2/scim/2.0/Users/d80f7c79-7730-49d8-9a41-7c42fb622d9c",
      "type": "string"
    },
    "resourceType": {
      "example": "User",
      "type": "string"
    }
  },
  "type": "object"
}
name

Schema: scim_user_name

schemas

Schema: scim_user_schemas

userName

Schema: scim_user_username

All schema constraints and annotations
{
  "examples": [
    {
      "active": true,
      "displayName": "jonsnow",
      "emails": [
        {
          "display": "jon.snow@docker.com",
          "primary": true,
          "value": "jon.snow@docker.com"
        }
      ],
      "groups": [
        {
          "display": "nightswatch",
          "value": "nightswatch"
        }
      ],
      "id": "d80f7c79-7730-49d8-9a41-7c42fb622d9c",
      "meta": {
        "created": "2022-05-20T00:54:18Z",
        "lastModified": "2022-05-20T00:54:18Z",
        "location": "https://hub.docker.com/v2/scim/2.0/Users/d80f7c79-7730-49d8-9a41-7c42fb622d9c",
        "resourceType": "User"
      },
      "name": {
        "familyName": "Snow",
        "givenName": "Jon"
      },
      "schemas": [
        "urn:ietf:params:scim:schemas:core:2.0:User"
      ],
      "userName": "jon.snow@docker.com"
    }
  ],
  "properties": {
    "active": {
      "example": true,
      "type": "boolean"
    },
    "displayName": {
      "$ref": "#/components/schemas/scim_user_display_name"
    },
    "emails": {
      "items": {
        "$ref": "#/components/schemas/scim_email"
      },
      "type": "array"
    },
    "groups": {
      "items": {
        "$ref": "#/components/schemas/scim_group"
      },
      "type": "array"
    },
    "id": {
      "$ref": "#/components/schemas/scim_user_id"
    },
    "meta": {
      "properties": {
        "created": {
          "description": "The creation date for the user as a RFC3339 formatted string.",
          "example": "2022-05-20T00:54:18Z",
          "format": "date-time",
          "type": "string"
        },
        "lastModified": {
          "description": "The date the user was last modified as a RFC3339 formatted string.",
          "example": "2022-05-20T00:54:18Z",
          "format": "date-time",
          "type": "string"
        },
        "location": {
          "example": "https://hub.docker.com/v2/scim/2.0/Users/d80f7c79-7730-49d8-9a41-7c42fb622d9c",
          "type": "string"
        },
        "resourceType": {
          "example": "User",
          "type": "string"
        }
      },
      "type": "object"
    },
    "name": {
      "$ref": "#/components/schemas/scim_user_name"
    },
    "schemas": {
      "$ref": "#/components/schemas/scim_user_schemas"
    },
    "userName": {
      "$ref": "#/components/schemas/scim_user_username"
    }
  },
  "type": "object"
}