EvaluateUserConsentsRequest

Evaluate a user's Consents for all matching User data mappings. Note: User data mappings are indexed asynchronously, causing slight delays between the time mappings are created or updated and when they are included in EvaluateUserConsents results.

HealthcareFHIRHL7v2DICOMMedical ImagingDe-IdentificationInteroperabilityCloud

Properties

Name Type Description
consentList object Optional. Specific Consents to evaluate the access request against. These Consents must have the same `user_id` as the User data mappings being evalauted, must exist in the current `consent_store`, an
pageSize integer Optional. Limit on the number of User data mappings to return in a single response. If not specified, 100 is used. May not be larger than 1000.
pageToken string Optional. Token to retrieve the next page of results, or empty to get the first page.
requestAttributes object Required. The values of request attributes associated with this access request.
resourceAttributes object Optional. The values of resource attributes associated with the resources being requested. If no values are specified, then all resources are queried.
responseView string Optional. The view for EvaluateUserConsentsResponse. If unspecified, defaults to `BASIC` and returns `consented` as `TRUE` or `FALSE`.
userId string Required. User ID to evaluate consents for.
View JSON Schema on GitHub

JSON Schema

EvaluateUserConsentsRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EvaluateUserConsentsRequest",
  "description": "Evaluate a user's Consents for all matching User data mappings. Note: User data mappings are indexed asynchronously, causing slight delays between the time mappings are created or updated and when they are included in EvaluateUserConsents results.",
  "properties": {
    "consentList": {
      "$ref": "#/components/schemas/ConsentList",
      "description": "Optional. Specific Consents to evaluate the access request against. These Consents must have the same `user_id` as the User data mappings being evalauted, must exist in the current `consent_store`, and must have a `state` of either `ACTIVE` or `DRAFT`. A maximum of 100 Consents can be provided here. If unspecified, all `ACTIVE` unexpired Consents in the current `consent_store` will be evaluated."
    },
    "pageSize": {
      "description": "Optional. Limit on the number of User data mappings to return in a single response. If not specified, 100 is used. May not be larger than 1000.",
      "format": "int32",
      "type": "integer"
    },
    "pageToken": {
      "description": "Optional. Token to retrieve the next page of results, or empty to get the first page.",
      "type": "string"
    },
    "requestAttributes": {
      "additionalProperties": {
        "type": "string"
      },
      "description": "Required. The values of request attributes associated with this access request.",
      "type": "object"
    },
    "resourceAttributes": {
      "additionalProperties": {
        "type": "string"
      },
      "description": "Optional. The values of resource attributes associated with the resources being requested. If no values are specified, then all resources are queried.",
      "type": "object"
    },
    "responseView": {
      "description": "Optional. The view for EvaluateUserConsentsResponse. If unspecified, defaults to `BASIC` and returns `consented` as `TRUE` or `FALSE`.",
      "enum": [
        "RESPONSE_VIEW_UNSPECIFIED",
        "BASIC",
        "FULL"
      ],
      "type": "string"
    },
    "userId": {
      "description": "Required. User ID to evaluate consents for.",
      "type": "string"
    }
  },
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/EvaluateUserConsentsRequest"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.