Polarix.io
    • Introduction to the Polarix.io API
    • Polarix.io Interface & Branding
    • Authentication
      POST
    • Users
      GET
    • Project List
      GET
    • Project
      GET
    • Project Structure
      GET
    • Project Lexicon
      GET
    • Project Glossary
      GET
    • Project Tags
      GET
    • Project Items
      GET
    • Project Abbreviations
      GET
    • Project References
      GET
    • Project Resources
      GET
    • Project History
      GET
    • Project Search
      GET

      Users

      LIVE
      https://app.polarix.io
      LIVE
      https://app.polarix.io
      GET
      https://app.polarix.io
      /api/{version}/users
      Using the endpoint alone with no optional parameters will retrieve users assigned only to the Polarix.io customer in which the request is made.

      Request

      Authorization
      Provide your bearer token in the
      Authorization
      header when making requests to protected resources.
      Example:
      Authorization: Bearer ********************
      Path Params

      Header Params

      Request Code Samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location -g --request GET 'https://app.polarix.io/api/1.0/users' \
      --header 'x-api-key: bfa770cb2281e260557d5a51462d6194' \
      --header 'Accept: application/json' \
      --header 'Authorization: Bearer <token>'

      Responses

      🟢200Success — JSON
      application/json
      Body

      Example
      [
          {
              "name": "John Doe",
              "email": "john.doe@gmail.com",
              "avatar": "https://lhg-digital.s3.us-east-1.amazonaws.com/polarixv2/users/JohnDoe.jpeg"
          },
          {
              "name": "Jane Doe",
              "email": "jane.doe@gmail.com",
              "avatar": "https://lhg-digital.s3.us-east-1.amazonaws.com/polarixv2/users/JaneDoe.jpeg"
          }
      ]
      🔴500Server Error — JSON
      🟠401Unauthorized — JSON
      🟢200Success — XML
      🟠401Unauthorized — XML
      🔴500Server Error — XML
      Modified at 2026-04-02 11:41:23
      Previous
      Authentication
      Next
      Project List
      Built with