Skip to main content

RoleListResponse

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/RoleListResponse.json
roles object[]required
  • Array [
  • $schemauri

    A URL to the JSON Schema for this object.

    Example: https://example.com/schemas/Role.json
    createdAtdate-timerequired
    descriptionstringrequired
    idstringrequired
    isActivebooleanrequired
    isSystembooleanrequired
    namestringrequired
    permissionsstring[]nullablerequired
    tenantIdstringrequired
    updatedAtdate-timerequired
  • ]
  • RoleListResponse
    {
    "$schema": "https://example.com/schemas/RoleListResponse.json",
    "roles": "Unknown Type: array,null"
    }