Skip to main content

Follow User

POST 

/users/:id/follow

Follow 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 followed successfully

Schema

    success boolean

    Whether the operation was successful

    transaction_hash string

    The blockchain transaction hash

Loading...