Feb 03 2020 11:04 PM
using yammer API and any other way can we programatically add title, logo, pinned tabs for yammer groups
Feb 11 2020 12:32 PM
@Yogendra505, You should be able to update the Title and Logo (logo is called mugshot) using https://www.yammer.com/api/v1/groups/{GROUP_ID}.json. You want to issue a PUT with the following body:
classification_changed=false
&description=
&default_thread_starter_type=normal
&mugshot_id={Yammer_File_ID}
&name={GROUP_NAME}
&private=0
&show_in_directory=1
&access_token={BEARERTOKEN}