curl --request GET \
--url https://api.attention.tech/v2/users \
--header 'Authorization: <api-key>'{
"data": [
{
"botName": "Karen's Notetaker",
"email": "[email protected]",
"firstName": "Karen",
"lastName": "Doe",
"primaryTeamUUID": "4b56088c-110d-486b-b4f9-f1d6eb1927cf",
"roles": [
{
"name": "Admin",
"type": "ADMIN",
"uuid": "84e67f54-5157-442b-a2b3-8b9c728b2fef"
},
{
"name": "Sales Representative",
"type": "SALES_REP",
"uuid": "e28b72c8-a4f4-446c-92d9-2483acab3c71"
}
],
"settings": {
"joinWhenIAmHostAndAlone": true,
"joinWhenIAmHostWithPeers": true,
"realTimeCapabilitiesOFF": true
},
"teams": [
{
"children": [],
"domain": "attention.tech",
"name": "teamA5",
"organizationUUID": "16b78cec-82ef-46d2-8213-5d3bb7d2571c",
"parentTeamUUID": "38dd31c6-8fc3-45ed-acc0-86567f13d296",
"uuid": "4b56088c-110d-486b-b4f9-f1d6eb1927cf"
},
{
"children": [],
"domain": "attention.tech",
"name": "A3",
"organizationUUID": "16b78cec-82ef-46d2-8213-5d3bb7d2571c",
"parentTeamUUID": "2ccf9bde-68e3-4de4-bc4e-51b927336665",
"uuid": "d350b24c-70bc-424e-9ae6-06afdba616fc"
},
{
"children": [],
"domain": "Wrapbook.com",
"name": "de wrapbook",
"organizationUUID": "43c2c551-279c-4a2a-a84f-b43f06328e8b",
"uuid": "24c426ca-9a14-4c84-8225-5a02e253f505"
}
],
"transcriptLang": "en",
"uuid": "ccef8743-8f86-416b-9c62-a7eaa026f31d"
},
{
"botName": "test's Notetaker",
"email": "[email protected]",
"firstName": "Jhon",
"joinOutsideHostMeetings": true,
"lastName": "Doe",
"primaryTeamUUID": "4b56088c-110d-486b-b4f9-f1d6eb1927cf",
"roles": [
{
"name": "Sales Representative",
"type": "SALES_REP",
"uuid": "e28b72c8-a4f4-446c-92d9-2483acab3c71"
}
],
"settings": {
"joinWhenIAmHostAndAlone": true,
"joinWhenIAmHostWithPeers": true,
"realTimeCapabilitiesOFF": true
},
"teams": [
{
"children": [],
"domain": "attention.tech",
"name": "A3",
"organizationUUID": "16b78cec-82ef-46d2-8213-5d3bb7d2571c",
"parentTeamUUID": "2ccf9bde-68e3-4de4-bc4e-51b927336665",
"uuid": "d350b24c-70bc-424e-9ae6-06afdba616fc"
},
{
"children": [],
"domain": "Wrapbook.com",
"name": "de wrapbook",
"organizationUUID": "43c2c551-279c-4a2a-a84f-b43f06328e8b",
"uuid": "24c426ca-9a14-4c84-8225-5a02e253f505"
}
],
"transcriptLang": "en",
"uuid": "8e288333-f634-4659-a57a-251bb4f51726"
}
]
}Returns a list of users, you can also filter by id, email and teamUUID
curl --request GET \
--url https://api.attention.tech/v2/users \
--header 'Authorization: <api-key>'{
"data": [
{
"botName": "Karen's Notetaker",
"email": "[email protected]",
"firstName": "Karen",
"lastName": "Doe",
"primaryTeamUUID": "4b56088c-110d-486b-b4f9-f1d6eb1927cf",
"roles": [
{
"name": "Admin",
"type": "ADMIN",
"uuid": "84e67f54-5157-442b-a2b3-8b9c728b2fef"
},
{
"name": "Sales Representative",
"type": "SALES_REP",
"uuid": "e28b72c8-a4f4-446c-92d9-2483acab3c71"
}
],
"settings": {
"joinWhenIAmHostAndAlone": true,
"joinWhenIAmHostWithPeers": true,
"realTimeCapabilitiesOFF": true
},
"teams": [
{
"children": [],
"domain": "attention.tech",
"name": "teamA5",
"organizationUUID": "16b78cec-82ef-46d2-8213-5d3bb7d2571c",
"parentTeamUUID": "38dd31c6-8fc3-45ed-acc0-86567f13d296",
"uuid": "4b56088c-110d-486b-b4f9-f1d6eb1927cf"
},
{
"children": [],
"domain": "attention.tech",
"name": "A3",
"organizationUUID": "16b78cec-82ef-46d2-8213-5d3bb7d2571c",
"parentTeamUUID": "2ccf9bde-68e3-4de4-bc4e-51b927336665",
"uuid": "d350b24c-70bc-424e-9ae6-06afdba616fc"
},
{
"children": [],
"domain": "Wrapbook.com",
"name": "de wrapbook",
"organizationUUID": "43c2c551-279c-4a2a-a84f-b43f06328e8b",
"uuid": "24c426ca-9a14-4c84-8225-5a02e253f505"
}
],
"transcriptLang": "en",
"uuid": "ccef8743-8f86-416b-9c62-a7eaa026f31d"
},
{
"botName": "test's Notetaker",
"email": "[email protected]",
"firstName": "Jhon",
"joinOutsideHostMeetings": true,
"lastName": "Doe",
"primaryTeamUUID": "4b56088c-110d-486b-b4f9-f1d6eb1927cf",
"roles": [
{
"name": "Sales Representative",
"type": "SALES_REP",
"uuid": "e28b72c8-a4f4-446c-92d9-2483acab3c71"
}
],
"settings": {
"joinWhenIAmHostAndAlone": true,
"joinWhenIAmHostWithPeers": true,
"realTimeCapabilitiesOFF": true
},
"teams": [
{
"children": [],
"domain": "attention.tech",
"name": "A3",
"organizationUUID": "16b78cec-82ef-46d2-8213-5d3bb7d2571c",
"parentTeamUUID": "2ccf9bde-68e3-4de4-bc4e-51b927336665",
"uuid": "d350b24c-70bc-424e-9ae6-06afdba616fc"
},
{
"children": [],
"domain": "Wrapbook.com",
"name": "de wrapbook",
"organizationUUID": "43c2c551-279c-4a2a-a84f-b43f06328e8b",
"uuid": "24c426ca-9a14-4c84-8225-5a02e253f505"
}
],
"transcriptLang": "en",
"uuid": "8e288333-f634-4659-a57a-251bb4f51726"
}
]
}users successfully returned
Show child attributes
The unique identifier of the user.
"123e4567-e89b-12d3-a456-426614174000"
The email address of the user.
The first name of the user.
"John"
The last name of the user.
"Doe"
The date and time the user was created.
"2021-01-01T00:00:00Z"
The date and time the user was deactivated.
"2021-01-01T00:00:00Z"
The preferred transcript language for the user.
"en-US"
Indicates if the user can join meetings outside their host organization.
true
Indicates if the user has real-time transcription capabilities.
false
Show child attributes
{
"realTimeCapabilitiesOFF": true,
"autoCalculateCRMFields": true,
"joinWhenIAmHostAndAlone": true,
"joinWhenIAmHostWithPeers": true,
"joinWhenPeerIsHost": true,
"joinWhenUnlicensedPeerIsHost": true,
"dealsEnabled": true
}The name of the bot associated with the user.
"MyBot"
The URL of the bot's profile image.
"https://example.com/bot.png"
The UUID of the user's primary team.
"primary-team-uuid-12345"
The UUID of the user's role in the organization.
"org-role-uuid-56789"
Whether the user is shown a referral screen.
false
The type of seat assigned to the user.
"admin"
A list of teams assigned to the user.
Show child attributes
Unique identifier of the team
"fe515723-fe2e-4959-a5fa-c4d3937fe7e4"
Name of the team
"Engineering"
List of keywords or phrases associated with the team
["engineering", "tech", "development"]Represents the Slack integration details for a team
Show child attributes
Slack connection identifier
"T1234567890"
Domain associated with the team
"attention.tech"
Whether team organizers can join internal meetings
true
Whether email consent is enabled for the team
true
UUID of the parent team if this team is part of a hierarchy
"2ccf9bde-68e3-4de4-bc4e-51b927336665"
UUID of the organization this team belongs to
"16b78cec-82ef-46d2-8213-5d3bb7d2571c"
List of child teams if this team has a hierarchical structure
Was this page helpful?