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

Is LoginId Available

This request allows knowing if a loginId is not used in Folio system.

Request URL

Syntax GET /restapi/utils/loginidavailable/{loginid}
Example URL https://api.uat.foliofn.com/restapi/utils/loginidavailable/folioapi1

Response Data Fields

Field Type Description Value
- Boolean Indication of the specified loginId being available for use in the Folio System.
  • True – the specified loginId is available for use,
  • False – the specified loginid is currently in use and not available.

Response Example


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

true

Change Log

03/12/2020

  1. Remove extra spaces, especially at the bottom

04/18/2017

  1. Corrected Response Data Field Value
  2. Removed Request Data Fields

07/08/2016

  1. Removed Request Example

11/27/2015

  1. New documentation

Getting Started

REST APIs

Resources