3.2.6 Activate New User Accounts for API Invocation

Users must be activated in DFCS before invoking the APIs. You must perform one of the following option as a one time activity to activate new user accounts in DFCS.

  1. Login to the DFCS application after credentials are generated.

    OR
  2. Invoke the User Activation API using the below details.
    • Method – POST
    • REST Endpoint - /identity-service/v1/provisioning
    • API Request Paylod - null
    curl -iL -H "Authorization: Bearer <access token>" -H "Content-Type: <content_type>" --cacert <certificate(.pem)> -X POST https://<DFCS-URL>/<tenant_id>/identity-service/v1/provisioning>