finsit API - UserInfo

A collection of help pages for using the API.

UserInfo

No description available.

Properties

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

Sample object

{
  "userName": "jdoe",
  "password": "????",
  "name": "John Doe",
  "phone": "+46987654321",
  "cellphone": "+461234567890",
  "email": "john.doe@example.com",
  "language": null,
  "type": null
}