Hi,
We are using the Yammer API in a C# application. We have one external network in Yammer where home user and external users log in.
We are trying to update the field value like job_title, Name etc from code using Yammer API.
API: https://www.yammer.com/api/v1/users/{user_id}.json
Data load: "{\"job_title\":\"Consultant111FromCode\"}"
Method: PUT
We are getting 403 forbidden error trying to update external user information.
Regards,
Akash Jadhav