Skip to main content

Mute User

POST 

/users/:id/muted

Mute a user

Request

Path Parameters

    id stringrequired

    A User ID

Query Parameters

    user_id stringrequired

    The user ID of the user making the request

Responses

User muted successfully

Schema

    success boolean

    Whether the operation was successful

    transaction_hash string

    The blockchain transaction hash

Loading...