cURL
curl --request POST \ --url https://sandbox-api.cardcore.cloud/institutions/users/invite \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "firstName": "John", "lastName": "Doe", "emailAddress": "[email protected]", "phoneNumber": "+1234567890", "roles": [ { "role": "INSTITUTION_USER", "permissions": [ "read:user" ] } ] } '
{}
Invite an institution user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Invite Institution User completed successfully.
The response is of type object.
object