Resource
https://my.goana.net/api/v1.0/users
GET?email={email}
Gets a single User with the given email address
POST
Creates a User. Returns a ResultObject. Note that there must be enough licenses available prior creating a user. Also the email-address needs to be unique throughout Goana. (If the users email is registered with another tenant, creation will also fail)
Example
POST https://my.goana.net/api/v1.0/users CONTENT { "DisplayName": "Api-tester", "Email": "test1@goana.net", "Password": "WSmCMf5AmjAbJTPJ", "PhoneNumber": "033 333 33 33", "Roles": [ "Dashboard" ], "Regions": [ "Bern", "test", "Basel" ], "Description": "API test", "LanguageCode": "en", "WorkAssignable": true }