Skip to main content

Create a consent

POST 

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

Since: 2.75.1

Required permission(s): AccessControl.ConsentCreate

Creates a consent by accepting terms for a user determined by its client external ID and user external ID. The accepted terms are determined by the terms external ID provided in the request body.

Request

Path Parameters

    clientExtId stringrequired

    External ID of the client.

    Example: client-123
    userExtId stringrequired

    External ID of the user.

    Example: user-123

Body

required
    termsExtId stringrequired

    Possible values: non-empty

    External ID of the terms.

Responses

Consent created successfully

Response Headers
  • Location any

    URL of the created resource

Loading...