create By User Id
Blocks the specified user from following the authenticating user. In addition the blocked user will not show in the authenticating users mentions or timeline (unless retweeted by another user). If a follow or friend relationship exists it is destroyed.
The URL pattern /version/block/create/:screen_name_or_user_id.format is still accepted but not recommended. As a sequence of numbers is a valid screen name we recommend using the screen_name or user_id parameter instead.
Receiver
Blocks endpoint instance.
Return
JsonObjectApiAction for User model.
See also
Parameters
Required. The ID of the potentially blocked user. Helpful for disambiguating when a valid user ID is also a valid screen name.
The entities node will not be included when set to false.
When set to either true, t or 1 statuses will not be included in the returned user objects.
Optional. Custom parameters of this request.