finsit API - AgencyUser

A collection of help pages for using the API.

AgencyUser

No description available.

Properties

Name Type Description
customers String[]
userName String
password String
name String
phone String
cellphone String
email String
language String
type String

Sample object

{
  "customers": [
    "a-test-123456-1112",
    "a-bananas-987654-3210"
  ],
  "userName": "jdoe",
  "password": "????",
  "name": "John Doe",
  "phone": "+46987654321",
  "cellphone": "+461234567890",
  "email": "john.doe@example.com",
  "language": null,
  "type": null
}