Members
Authorizations
Header parameters
X-TL-CompanyIdguidOptional
Company Id
X-TL-SubdomainguidOptional
Account subdomain
X-TL-UserIdguidOptional
Team member id
Responses
200
Success
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Server Error
application/json
get
GET /v2/members HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
[
{
"Id": "123e4567-e89b-12d3-a456-426614174000",
"Name": "text",
"Email": "text",
"SenderEmail": "text",
"Username": "text",
"Headline": "text",
"Avatar": "text",
"Role": "Administrator",
"InvitationSentTime": "2025-06-27T09:40:09.746Z",
"Permissions": {
"Jobs": [
{
"Id1": 1,
"Id2": "text"
}
],
"ExcludedJobs": [
{
"Id1": 1,
"Id2": "text"
}
],
"Departments": [
{
"Id1": 1,
"Id2": "text"
}
],
"Sites": [
{
"Id1": 1,
"Id2": "text"
}
]
}
}
]