User Resources
A user is associated with exactly one account. This means that one login cannot access two accounts, so if the same person needs access to two different IWannaTicket accounts they must have two different logins.
User Summary
- Description
- Gets a summary of the user
- Method
- GET
- URL
- https://api.iwannaticket.com.au/api/v2/user/{id}
Output
Name | Type | Description |
---|---|---|
firstName | String | The first name of the user |
lastName | String | The last name of the user |
String | The email address of the user | |
mobilePhone | String | The mobile phone of the user |
Login
As the API uses Basic Auth this call does not create a session. If the user is unknown to IWannaTicket, or disabled, this call will return HTTP status code 401. If the user is known, a description of the things they are allowed to do will be returned.
- Description
- Asserts the user's existence
- Method
- GET
- URL
- https://api.iwannaticket.com.au/api/v2/user/login
Output
Name | Type | Description |
---|---|---|
name | String | The full name of the user |
String | The email address of the user | |
sellCapabilities | List[SellCapability] | The things this user is allowed to sell |
scanCapabilities | List[ScanCapability] | The things this user is allowed to scan |