Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId |
The user identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of provider credentials.
Collection of Nano.ProviderCredential| Name | Description | Type | Additional information |
|---|---|---|---|
| code |
Gets or sets the code. |
string |
None. |
| password |
Gets or sets the password. |
string |
None. |
| provider |
Gets or sets the provider. |
string |
None. |
| type |
Gets or sets the type of value. |
string |
None. |
| userName |
Gets or sets the name of the user. |
string |
None. |
| value |
Gets or sets the value of the provider. |
string |
None. |
| user |
Gets or sets the user identifier. |
integer |
None. |
| organization |
Gets or sets the provider identifier. |
string |
None. |
| id |
Gets or sets the provider credential identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"code": "sample String 1",
"password": "sample String 2",
"provider": "sample String 3",
"type": "sample String 4",
"userName": "sample String 5",
"value": "sample String 6",
"user": "1",
"organization": "sample String 7",
"id": "8"
},
{
"code": "sample String 1",
"password": "sample String 2",
"provider": "sample String 3",
"type": "sample String 4",
"userName": "sample String 5",
"value": "sample String 6",
"user": "1",
"organization": "sample String 7",
"id": "8"
}
]
text/html
Sample:
[{"code":"sample String 1","password":"sample String 2","provider":"sample String 3","type":"sample String 4","userName":"sample String 5","value":"sample String 6","user":"1","organization":"sample String 7","id":"8"},{"code":"sample String 1","password":"sample String 2","provider":"sample String 3","type":"sample String 4","userName":"sample String 5","value":"sample String 6","user":"1","organization":"sample String 7","id":"8"}]
application/xml, text/xml
Sample:
<ArrayOfProviderCredential xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ProviderCredential>
<Code>sample String 1</Code>
<Password>sample String 2</Password>
<Provider>sample String 3</Provider>
<Type>sample String 4</Type>
<UserName>sample String 5</UserName>
<Value>sample String 6</Value>
<UserId>1</UserId>
<OrganizationId>sample String 7</OrganizationId>
<ProviderCredentialId>8</ProviderCredentialId>
</ProviderCredential>
<ProviderCredential>
<Code>sample String 1</Code>
<Password>sample String 2</Password>
<Provider>sample String 3</Provider>
<Type>sample String 4</Type>
<UserName>sample String 5</UserName>
<Value>sample String 6</Value>
<UserId>1</UserId>
<OrganizationId>sample String 7</OrganizationId>
<ProviderCredentialId>8</ProviderCredentialId>
</ProviderCredential>
</ArrayOfProviderCredential>
application/vnd.api+json
Sample:
Sample not available.