Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
organization |
The organization. |
string |
None. |
appId |
The application identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
The apps, if any exist.
Collection of Nano.AccountName | Description | Type | Additional information |
---|---|---|---|
firstName |
Gets or sets the first name. |
string |
None. |
lastName |
Gets or sets the last name. |
string |
None. |
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" ] }, { "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"]},{"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.