GET
/
institutions
/
users
/
{institutionUserId}
/
resend-invitation
Resend Institution User Invitation
curl --request GET \
  --url https://sandbox-api.cardcore.cloud/institutions/users/{institutionUserId}/resend-invitation \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

institutionUserId
string
required

Path parameter: institutionUserId.

Response

200 - application/json

Resend Institution User Invitation completed successfully.

The response is of type object.