Hello all!
I am trying to find a Community member's organization through utilizing Lithium's available API's (either Bulk API or v2 API collections).
I know the "Organization Name" field is accessible through the User Reports within the Community Admin feature. However, for my purposes, I am trying to retrieve this field via executing API.
I can't find where this field would be in the Developer Documentation, so if anyone has insight/experience with this, please help!
Thank you and much appreciated!
Hi @dreilly,
Is 'Org name' a custom field in the user's settings/profile page that the user is expected to input?
Did you try using this v1 API? - /restapi/vc/users/id/<id>/ref
Thanks,
Srujana.
@dreilly wrote:Hello all!
I am trying to find a Community member's organization through utilizing Lithium's available API's (either Bulk API or v2 API collections).
I know the "Organization Name" field is accessible through the User Reports within the Community Admin feature. However, for my purposes, I am trying to retrieve this field via executing API.
I can't find where this field would be in the Developer Documentation, so if anyone has insight/experience with this, please help!
Thank you and much appreciated!
Did you try using this v1 API?
Hi @dreilly,
try an APIv1 call similar to this:
/users/id/${uid}/settings/name/profile.biography
Try to replace profile.biography with the right value for your case.
Best regards,
Christian
Great to hear. 🙂
Feel free to mark the answer as solution. 😉
Welcome to the Technology board!
Curious about our platform? Looking to connect on social technology? You've come to the right place!