Depending on applicable regulations or business limitations, specific API requests may not be available for your use.

Get LoginId from a MemberOid

This request allows retrieving the loginId from an existing memberOid.

Request URL

Syntax GET /restapi/utils/memberoid2loginid/{memberOid}
Example URL https://api.uat.foliofn.com/restapi/utils/memberoid2loginid/1729382258151666074

Request Data Fields

Field Type Description Required Value
memberOid Long The memberOid of the requested member. Yes

Response Data Fields

Field Type Description Required Value
- String

The loginId associated to the specified memberOid.

If null, check if the specified memberOid exists.
Yes

Response Example


HTTP/1.1 200 OK
Date: XXX
Content-Type: application/json
Content-Language: en

"folioapi1"

Change Log

03/12/2020

  1. Remove extra spaces, especially at the bottom

07/08/2016

  1. Removed Request Example

11/27/2015

  1. New documentation

Getting Started

REST APIs

Resources