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

Get an Account Permission

Description

This request returns the permission setup of the specified member on the account. See the response field data description on Get Account Permissions page.

A 404 Not Found response will be returned when the member specified has no permission on the account.

Request URL

Syntax GET /restapi/accounts/{accountnumber}/permissions/{loginid}
Example URL https://api.uat.foliofn.com/restapi/accounts/RA1234ABCD/permissions/testusername

Response Example


HTTP/1.1 200 OK
Content-Type: application/json
{
    "accountNumber":"RA1234ABCD",
    "alertLevel":"all",
    "listOnReport":true,
    "loginId":"testusername",
    "permission":"AC"
}

Error Codes

HTTP Code Status Field Code Message Description
400 - - - Specified member has not permission on the account.

Change Log

10/08/2015

  1. New documentation.

Getting Started

REST APIs

Resources