Get all Admin Users
GET {{baseUrl}}/3dCartWebAPI/v1/Admins?limit=<integer>&offset=<integer>&name=<string>&username=<string>&external_id=<string>&countonly=<integer>
Get a list of all Admin Users
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | Maximum number of items that can be returned | |
offset | string | Starting point for the return data | |
name | string | Name of the Admin User | |
username | string | Username of the Admin User | |
external_id | string | Admin ExternalId | |
countonly | string | Count the number of rows only |