Get Company
/company
Get the current user’s company information.
Get Company [GET]
Authorization: Admin, Web, Mobile, Portal
Parameters
- includeUsersCount
boolean
(optional) Default:false
Example: includeUsersCount=true
Count of the all company’s users.
Response 200
Body
{ "item": { "id": 1, "name": "Springfield Nuclear Plant", "createdAt": "2011-05-20T13:52:30.66", "restrictAllUsers": false, "restrictAccountCreation": false, "syncWindowDaysAfter": 30, "syncWindowDaysBefore": 30, "logoUrl": "https://s3.amazonaws.com/archive.inspectall/.../logo", "rowStatus": 1, "modifiedAt": "2014-01-08T19:54:24.207", "brandingName": "Springfield Nuclear Plant", "brandingAddress": "123 Peachtree Street", "brandingCity": "Atlanta", "brandingState": "GA", "brandingZip": "30091", "brandingCountry": "US", "brandingPhone": "908-902-9102", "brandingFooter": "This is a disclaimer at the bottom of our forms", "usersCount": 10, "userLicenses": 5, "customBilling": false } }