4.2.6 Activate New User Accounts for API Invocation

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

  1. Login to the AFCS 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://<AFCS-URL>/<tenant_id>/identity-service/v1/provisioning>