userListType

Contains a list of users.

This data type is used as a response element in the GetGroup and ListUsers operations.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-userlisttype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/userListType",
  "title": "userListType",
  "type": "array",
  "description": "<p>Contains a list of users.</p> <p>This data type is used as a response element in the <a>GetGroup</a> and <a>ListUsers</a> operations. </p>",
  "items": {
    "$ref": "#/components/schemas/User"
  }
}