Depending on applicable regulations or business limitations, specific API requests may not be available for your use.
Get a Trustee
This request returns information on a specific trustee.
Trustees can only be associated with corporate accounts.
Request URL
Syntax | GET /restapi/trustees/{loginid} |
---|---|
Example URL | https://api.uat.foliofn.com/restapi/trustees/trusteeusername |
Response Data Fields
Field | Description |
---|---|
title | The title of the member. See Title Codes for available codes. |
firstName | The first name of the trustee. |
middleName | The middle name of the trustee. |
lastName | The last name of the trustee. |
Suffix | The suffix of the name of the member. See Suffix Codes for available codes. |
email1 | The primary email address of the trustee. |
dateOfBirth | The trustee’s date of birth. |
loginId | The username of the trustee. |
memberOid | The unique identifier of the trustee. |
Response Example
Status Code: 200 OK
Content-Type: application/json
Date: Tue, 17 Jun 2014 13:29:40 GMT
Server: Sun GlassFish Enterprise Server v2.1.1
Transfer-Encoding: chunked
X-Powered-By: Servlet/2.5
{
"dateOfBirth" : "1978-01-12T00:00:00.000-05:00",
"email1" : "trustee@email.com",
"firstName" : "firstname",
"lastName" : "lastname",
"loginId" : "trusteeusername",
"memberOid" : "3819052485344501611"
}