# Get a list of available admin contacts Endpoint: GET /admin-contacts Version: 1.44 Security: bearerAuth ## Query parameters: - `page` (integer, required) Page of results to show Example: 1 - `pageSize` (integer, required) Results to return per page Example: 100 - `sort` (string) Comma-delimited list of the fields to sort by - defaults to ascending order, suffix :desc to change Example: "id,name | name:desc" - `fields` (string) Comma-delimited list of the field(s) to return if only a subset is required Example: "id,name" - `name` (string) Filter by name Example: "xyz | in:x,y | like:xyz" ## Response 200 fields (application/json): - `id` (integer) Admin contact identifier Example: 1 - `name` (string, required) Admin contact name - `role` (string, required) Admin contact roles Enum: "GENERAL", "ACCOUNTS", "TECHNICAL", "SALES" - `telephoneNumber` (string) Contact telephone number - `alternativeTelephoneNumber` (string) - `email` (string) Contact email address - `receiveSmsFraudAlert` (boolean) is the admin contact set to receive fraud alerts via SMS - `receiveEmailFraudAlert` (boolean) is the admin contact set to receive fraud alerts via email - `receiveEmailUsageCapAlert` (boolean) is the admin contact set to receive usage cap alerts via email - `receiveEmailBillRunClosureAlert` (boolean) is the admin contact set to receive bill run auto-closure alerts via email - `receiveEmailDuplicateCallsSummaryAlert` (boolean) is the admin contact set to receive duplicate calls summary alerts via email - `receiveEmailDuplicateCallsReminderAlert` (boolean) is the admin contact set to receive duplicate calls reminder alerts via email - `receiveEmailContractRenewalAlert` (boolean) is the admin contact set to receive contracts renewal reminder alerts via email ## Response 400 fields ## Response 401 fields ## Response 403 fields