A collection of help pages for using the API.
No description available.
| Name | Type | Description |
|---|---|---|
| companies | CompanyRole[] | |
| userName | String | |
| password | String | |
| name | String | |
| phone | String | |
| cellphone | String | |
| String | ||
| language | String | |
| type | String |
{
"companies": [
{
"companyId": "a-bananas-123456-1112",
"typeOfRole": "Normal"
},
{
"companyId": "a-bananas-123456-1112",
"typeOfRole": "Admin"
},
{
"companyId": "a-bananas-123456-1112",
"typeOfRole": "Limited"
},
{
"companyId": "a-bananas-123456-1112",
"typeOfRole": "DocumentArchive"
}
],
"userName": "jdoe",
"password": "????",
"name": "John Doe",
"phone": "+46987654321",
"cellphone": "+461234567890",
"email": "john.doe@example.com",
"language": null,
"type": "CompanyUser"
}