Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountId

The account identifier.

integer

Required

Body Parameters

The account.

Nano.Account
NameDescriptionTypeAdditional information
firstName

Gets or sets the first name.

string

None.

lastName

Gets or sets the last name.

string

None.

email

Gets or sets the email.

string

None.

phone

Gets or sets the phone.

string

None.

id

Gets or sets the account identifier.

integer

None.

organization

Gets or sets the organization.

string

None.

apps

Gets or sets the app identifiers.

Collection of integer

None.

subjects

Gets or sets the subjects.

Collection of string

None.

Request Formats

application/json, text/json

Sample:
{
  "firstName": "sample String 1",
  "lastName": "sample String 2",
  "email": "sample String 3",
  "phone": "sample String 4",
  "id": "5",
  "organization": "sample String 6",
  "apps": [
    "1",
    "2"
  ],
  "subjects": [
    "sample String 1",
    "sample String 2"
  ]
}

text/html

Sample:
{"firstName":"sample String 1","lastName":"sample String 2","email":"sample String 3","phone":"sample String 4","id":"5","organization":"sample String 6","apps":["1","2"],"subjects":["sample String 1","sample String 2"]}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/vnd.api+json

Sample:

Sample not available.

Response Information

Resource Description

The updated account.

Nano.Account
NameDescriptionTypeAdditional information
firstName

Gets or sets the first name.

string

None.

lastName

Gets or sets the last name.

string

None.

email

Gets or sets the email.

string

None.

phone

Gets or sets the phone.

string

None.

id

Gets or sets the account identifier.

integer

None.

organization

Gets or sets the organization.

string

None.

apps

Gets or sets the app identifiers.

Collection of integer

None.

subjects

Gets or sets the subjects.

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "firstName": "sample String 1",
  "lastName": "sample String 2",
  "email": "sample String 3",
  "phone": "sample String 4",
  "id": "5",
  "organization": "sample String 6",
  "apps": [
    "1",
    "2"
  ],
  "subjects": [
    "sample String 1",
    "sample String 2"
  ]
}

text/html

Sample:
{"firstName":"sample String 1","lastName":"sample String 2","email":"sample String 3","phone":"sample String 4","id":"5","organization":"sample String 6","apps":["1","2"],"subjects":["sample String 1","sample String 2"]}

application/vnd.api+json

Sample:

Sample not available.