Users
The User object represents a user of your application. It can be used to track Donations that belong to that user.
šļø Create a User
Create a User
šļø Retrieve a User
Retrieve a User
šļø Set User to support an Organisation
For Donations created through the [Create A Donation API](./create-a-donation), A User can be set to donate to a particular Organisation by default using this API. If a Donation is made with aĀ userId, the Donation will be associated with the Organisation the User is supporting at the time of Donation. If theĀ userIdĀ is omitted or the User has not been set to donate to an Organisation by default then theĀ organisationIdĀ must be included in the body.