access_policy_users_resp

Page of processed users.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-policy-users-resp-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_policy_users_resp",
  "title": "access_policy_users_resp",
  "description": "Page of processed users.",
  "items": {
    "$ref": "#/components/schemas/access_policy_users"
  },
  "type": "array"
}