Use this method to lookup the PublicProfile of any Flock user.
The method endpoint is https://api.flock.co/v1/users.getPublicProfile
and follows the method calling conventions.
Parameters
Name | Type | Required | Description |
---|---|---|---|
token | String | Yes | Authentication token for the user on whose behalf the app is looking up the public profile |
userId | String | Yes | Identifier of the user whose public profile needs to be looked up |
Response
A PublicProfile object.