Link Search Menu Expand Document

PDF

user object

Platform API


Represents an individual who logs in to OpenX and performs tasks on behalf of the accounts to which they have access.

The user object has the following calls:

CallDescription
GET /userList all users.
GET /user/available_fieldsList the available_fields to create or update a user.
GET /user/user_IDRead the specified user.
POST /userCreate a user.
POST /user/user_ID/cloneClone the specified user.
POST /user/accept_termsSpecial handling needed for accepting terms.
PUT /userUpdate the specified user.
PUT /user/user_IDUpdate the specified user.
DELETE /userDelete the specified users.
DELETE /user/user_IDDelete the specified user.