# Get Company Users **GET /public/v1/users** ## Servers - SmartPM Production Environment: https://live.smartpmtech.com (SmartPM Production Environment) ## Authentication methods - Api key ## Parameters ### Headers - **X-COMPANY-ID** (string) The company's unique ID ## Responses ### 500 Internal Server Error #### Body: */* (object) object ### 200 OK #### Body: */* (array[object]) - **id** (string(uuid)) The ID of the user - **firstName** (string) The first name of the user - **lastName** (string) The last name of the user - **email** (string) The email of the user - **phoneNumber** (string) The phone number of the user - **title** (string) The title of the user - **lastLogin** (string(date-time)) The last login time of the user - **loginCount** (integer(int64)) The login count of the user - **role** (string) The role of the user - **ssoUser** (boolean) Indicates if the user is an SSO user - **reportingRestricted** (boolean) Indicates if reporting is restricted for the user [Powered by Bump.sh](https://bump.sh)