Admin.GetProfile

From FreePokerAlliance wiki

Jump to: navigation, search

Contents

Description

Returns a wide array of user-specific information.

Parameters

Required Name Type Default value Description
required Command string GetProfile API method name
required UID string Player's username
required PWD string Player's password

Example Request

Replace XXXXXXXXXX with actual data.

http://api.freepokeralliance.com/adminservices.aspx?UID=XXXXXXXXX&PWD=XXXXXXXXX&Command=GetProfile

Response

Name Type Default value Description
Command string GetProfile API method name
PlayerID int Numeric ID of the player
LoginName string Login name
DisplayName string Display name
FirstName string First name
LastName string Last (family) name
Email string E-mail address
AvatarURL string Avatar URL
ProfileURL string Profile URL
CountryID int Numeric country ID
State string State
ZipCode string Zip code
City string City
Address string Address
PhoneNumber string Phone number
GenderID string Sex
DateOfBirth string Date of birth
IBAN string IBAN account number
BankAccountOwnerName string Bank account owner name
SwiftCode string Swift code
BankName string Bank name

Error Codes

Code Description
Status=ERROR An error occured
Status=OK Registration successful
ERROR=ParameterName1,ParameterName2,...,ParameterNameN Indicates which parameter names have wrong values

Personal tools