Depending on applicable regulations or business limitations, specific API requests may not be available for your use.
Get MemberOid from a LoginId
This request allows retrieving the memberOid from an existing loginId.
Request URL
Syntax | GET /restapi/utils/loginid2memberoid/{loginid} |
---|---|
Example URL | https://api.uat.foliofn.com/restapi/utils/loginid2memberoid/folioapi1 |
Request Data Fields
Field | Type | Description | Required | Value |
---|---|---|---|---|
loginId | String | The username of the requested member. | Yes |
Response Data Fields
Field | Type | Description | Required | Value |
---|---|---|---|---|
- | Long | The memberOid associated to the specified loginId. If null, check if the specified loginId exist. |
Yes |
Response Example
HTTP/1.1 200 OK
Date: XXX
Content-Type: application/json
Content-Language: en
"1729382258151666074"
Change Log
03/12/2020
- Remove extra spaces, especially at the bottom
07/08/2016
- Removed Request Example
11/27/2015
- New documentation