# Retrieve a List of Profiles **GET /profiles** ## Servers - https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D: https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D () ## Authentication methods - Oauth2 ## Parameters ### Query parameters - **fields** (string) extra information of each profile on the list - **limit** (number) maximum count of the profile list - **offset** (number) skip that many profiles before beginning to return ## Responses ### 200 OK #### Headers - **Total-Count** (string) #### Body: */* (object) - **address_1** (string) - **address_2** (string) - **city** (string) - **country** (string) - **created_date** (string) - **email** (string) - **fax** (string) - **global_id** (string) - **id** (number) - **is_active** (boolean) - **max_page** (number) - **max_user** (number) - **name** (string) - **phone** (string) - **state** (string) - **support_hours** (number) - **time_zone** (string) - **type** (number) - **version** (number) - **zip** (string) [Powered by Bump.sh](https://bump.sh)