Skip to main content

List all consents

GET 

/nevisidm/api/core/v1/:clientExtId/users/:userExtId/consents

Since: 2.83.0

Required permission(s): AccessControl.ConsentView

Lists all consents accepted by a user determined by its client external ID and user external ID.

Request

Path Parameters

    clientExtId stringrequired

    External ID of the client.

    Example: client-123
    userExtId stringrequired

    External ID of the user.

    Example: user-123

Responses

User consents retrieved successfully

Schema
  • Array [
  • termsExtId stringrequired

    Possible values: non-empty

    The external ID of the terms that were accepted.

    acceptanceDate stringrequired

    Possible values: non-empty

    The date when the user accepted the terms.

    termsVersion stringrequired

    Possible values: non-empty

    The version of the terms that was accepted.

  • ]
Loading...