veoh.collection.banMember

Remove user from a collection and prevent them from joining again.

Accessibility

Only Veoh's partners may execute this method

Request URL

http[s]://srv.veoh.com/rest/v2/execute.xml?method=veoh.collection.banMember

This method must be invoked with a POST action

Parameters

Name

Description Required Restriction

collectionPermalink

The collection of the member to ban. true String.

username

The username of the member to ban. true String.

reason

Reason of banning. true String matching one of 'VIDEOS', 'OTHER', 'SPAMMER', 'BEHAVIOR', 'HOSTILE', 'NOCONTRIB'.

message

Personal message to include in the email. false String.

apiKey

An API key (Complete your developer profile here and a key will be emailed to you) true String.

userToken

A user token identifying the logged-in user (See veoh.people.authenticate) true String.

Error Codes

3

This method must be invoked with a POST action


5

The logged in user has insufficient privileges to perform this operation or view its results


201

The collection does not exist


204

Collection membership does not exist