Users
Unmute User by User ID
Causes the source User to unmute the target User. The source User must match the User context authorizing the request
delete/2/users/{source_user_id}/muting/{target_user_id}
Path parameters
source_user_idstring required
Unique identifier of this User. The value must be the same as the authenticated user.
Example:2244994945
The ID of the authenticated source User that is requesting to unmute the target User.
target_user_idstring required
Unique identifier of this User. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.
Example:2244994945
The ID of the User that the source User is requesting to unmute.
Response
The request has succeeded.