Using API, how can we assign a particular user/guest as a owner or with facilitator superpowers?
I am trying to invite users to a room making an API call from Workfront application.
POST - https://app.mural.co/api/public/v1/rooms/{roomId}/users/invite
How can we assign a particular user/guest as a owner or with facilitator superpowers?
1
Best Answer
-
@SrishtiAg: Owner/Facilitator permissions can be assigned only to members of a mural and not guests. So, I would suggest trying the following:
- Added users to a mural - https://developers.mural.co/public/reference/inviteuserstomural
- Update mural member permissions to owner or facilitator as needed - https://developers.mural.co/public/reference/updatemuralmemberpermissions
Please let us know if this helps!
0
Answers
-
Hi @SrishtiAg! Hang in there- I'm tagging a few members in from our team to help. ✌️
0 -
Ok, this will help. Thanks Anuj!
2