Skip to main content
Version: 5.7.0

SysGetUserInfo

Retrieves user information for a single profile ID.

ServiceOperation
userSYS_GET_USER_INFO

Method Parameters

ParameterDescription
profileIdProfile ID of the user.

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {
"emailAddress": "someemail@somedomain.com",
"playerName": "email guest1",
"profileId": "d296efe9-e5bf-42d1-95ec-fea0527d8276",
"countryCode": "US",
"timeZoneOffset": -4,
"summaryFriendData": null
},
"status": 200
}