Articles
LIST
List Account Users
Returns a paginated list of all users in your account.
Endpoint
GET
v5/accountuser
Requires authentication . Accessible to Account Administrator users only.
...
GET
Get Account User
Returns detailed information about a specific user in your account.
Endpoint
GET
v5/accountuser/{user_id}
Requires authentication . Accessible to Account Administrato...
CREATE
Create Account User
Creates a new user in your account.
Endpoint
PUT
v5/accountuser
Requires authentication . Accessible to Account Administrator users only.
Path...
UPDATE
Update Account User
Updates information for a specific user in your account. All parameters are optional — only fields included in the request will be changed.
Endpoint
POST
v5/accountuser/{...
DELETE
Delete Account User
Deletes a specific user from your account. The deleted user's status will be set to Disabled and their record will be returned in the response.
Endpoint
DELETE
v5/accou...