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
Example response
{
"teams": [
{
"prefs": {
"testRunRestrictionWindows": [
{
"windowsForDay": [
{
"start": "14:30",
"end": "14:30"
}
]
}
]
}
}
]
}