v2
OpenAPI 3.1.02026-07-263411923.0 MBIdeas portal users
Unsubscribe portal user from all communications
put/idea_portals/{idea_portal_id}/portal_users/{id}
Path parameters
idea_portal_idstring required
IdeaPortalId identifier
idstring required
Id identifier
Request body
Example request
{
"portal_user": {
"unsubscribed": true,
"unsubscribed_from_weekly_emails": true
}
}Response
Successful operation