Skip to main content

Evaluates if the user has consented to the given subject.

Header Parameters
  • tapio-application-id uuid

    Use to specify a tapio application ID, in case your Entra ID client application is assigned to more than one tapio application.

  • api-version ApiVersionHeader required

    Possible values: [v1]

    Use to specify the version of the API you want to use. Currently, only "v1" is supported.

Request Body

Evaluate consent body.

  • consentSubjectId uuid

    Consent subject ID.

Responses

OK


Schema
  • data object[] nullable

    Data.

  • Array [
  • id uuid

    Subject ID.

  • displayName string nullable

    Display name of the subject.

  • content object nullable

    Localized content of the subject to be displayed to the user.

  • property name* object (JToken) nullable
  • Array [
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • ]
  • ]
Loading...