nils-drews
10 years agoHelper
API V1 User API call without profile possible?
Is it possible to skip the user profile when getting a user via the API? I just need the basic information and 80% of the reponse is the profile information which I want to skip. Is that possible?
- 10 years ago
No worries
If it is specific pieces of information you're looking to pull through the API you can pull this by appending information to the API call, for example to get the user's display name you'd call /users/id/123/login/
or to get a specific setting/field from their profile you call /users/id/123/profiles/name/<name of profile field>/