latestOpenAPI 3.0.1Gremlin License2026-08-21405456587.0 KB

15299c29037f

companies

Returns a single user for the supplied company

Requires the privilege COMPANY_USERS_READ

get/companies/{identifier}/users/{email}

Path parameters

identifierstring required
emailstring required

Response

default response

state'ACTIVE' | 'IDLE' | 'REVOKED' | 'INVITED'
rolesstring[]
activeboolean

Example response

{
  "teams": [
    {
      "prefs": {
        "testRunRestrictionWindows": [
          {
            "windowsForDay": [
              {
                "start": "14:30",
                "end": "14:30"
              }
            ]
          }
        ]
      }
    }
  ]
}