User account
This resource represents a user account.
Operations
Get user account
Retrieve specific user account associated with specified AccountID
Requirements: Account Admin or 'Loyalty Accounts' privilege
GET /api/UserAccount/
Get user accounts
Requirements: Account Admin or 'Loyalty Accounts' privilege
Retrieve list of user accounts associated with specified AccountID. Numbers of records returned limited to specified 'Limit' parameter with a set max of 1000. Use 'LastID' parameter to resume from previous ID. Use 'Prev' parameter set to True for descending order and set to False for ascending order
Request
Path parameters
Query parameters
Response
GET /api/UserAccount/{accountID}