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