Close

Close
Close

Close YES
Close NO
 
API Reference

GetUserProfileByEmail



Gets a user profile (Published items) based on their email address.
Allows you to retrieve a user's profile based on their email address
https://redcritterconnecter.com/services/gamificationv1/GetUserProfileByEmail?email={email}&sessionID={sessionID}&usersPublicKey={usersPublicKey}&publicKeys={publicKeys}&keyFiltered={keyFiltered}
NameTypeRequiredDescription
EmailstringyesThe email of the RedCritter user.
SessionIDstringnoThe SessionID is established when you are currently logged into the system using your RedCritter username or email and password
UsersPublicKeystringnoThe public key of the user.
PublicKeysstringnoOne or more App or AppDomain public keys (semicolon separated). In addition to the profiles items that are publishable these keys determine which non-publishable items will be returned with the profile (by determining that the call has access since the public key was provided)
KeyFilteredboolnoWhen set to true, keyFiltered means to ignore any public keys that the user has added to their profile (prevents other unneeded items from being return in the key, since it limits the results to items available based on the passed in public keys.

Code Samples

Javascript, C#

Responses

JSON, XML
API Information
Use Runtime
Method HTTP GET
Invites User No
Billable No
Response JSON,XML
API Version 1