May 13 2020 12:50 AM - edited May 13 2020 04:58 AM
Hi,
Tried updating current user with the following details.
Put Request :
https://www.yammer.com/api/v1/users/<userid>.json
json body:
{
"job_title": "Testing"
}
Response:
May 13 2020 12:38 PM
@nsinghdeo I'm getting the same behavior through the admin UI. More than likely it is because Yammer profiles have been integrated with AAD. You should use standard AAD tools to update profile information.
May 13 2020 09:17 PM - edited May 13 2020 11:24 PM
Hi @Tom_Kretzmer ,
Thanks for the reply.So in that case can't we update the user from any external tool ; any idea?
To add more , is rest API no longer going to work for AAD users ?
--
Thanks
May 15 2020 08:48 AM
Solution@nsinghdeo My guess is that the Yammer profile update API probably won't work anymore, so you will have to adjust your app to address AAD directly. Best practice is to use the Microsoft Graph API to do this. (Documentation)
Good luck!
May 16 2020 12:21 AM