Articles
List users
List Account Users
Returns a paginated list of all users in your account. By default, only active users are returned. Use the filters parameter to include disabled users.
Endpoint
GET
v5...
Get user
Get Account User
Returns detailed information about a single account user.
Endpoint
GET
v5/accountuser/{user_id}
Requires authentication .
Path...
Update user
Update Account User
Updates information for a specific user in your account.
Endpoint
POST
v5/accountuser/{user_id}
Requires authentication .
...
Create user
Create Account User
Creates a new user in your account.
Endpoint
PUT
v5/accountuser
Requires authentication .
Path Parameters
None
...
Delete user
Delete Account User
Deletes a specific user from your account.
Endpoint
DELETE
v5/accountuser/{user_id}
Requires authentication .
Path Paramet...