Project

General

Profile

Actions

Provisioning Management » History » Revision 2

« Previous | Revision 2/26 (diff) | Next »
Eric Vieillevigne, 05/12/2015 03:13 PM


Provisioning Management

Provisionning Management allows a thirdParty Application to create, update, delete an account of FamilyWall, Set the member profile right, set member premium type and select/update the services enable for such user.

Search User - provsearch

This method returns the accountId of a Valid user by Identifiers (email, login or MSISDN)

By sending an HTTP request http://devserver/api/prov/search?identifier=test@gmaiol.com

Parameters:

Name Type Description
email String Email identifier
MSISDN String internationalized 10 digits number
login String login of a valid account

Response:

{
  "a01":{
    "r":{
      "r":"12345" 
    },
    "cn":"provsearch" 
  }
}

The Method response is a Long which represents the AccountId of the account searched.

In case, the method encounter any error, the response is an exception with specific parameters detailed below.

Error:

Error Code Type Value Description
FizApiAccIdentifierInvalidException Ex 21 User does not exist

Updated by Eric Vieillevigne over 10 years ago · 2 revisions