/
TO
tonic
/
Textual API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 6h ago · Updated 2d ago
Details
Filter operations
A2ADcr
1
Agent Connections
4
get
List your agent connections
delete
Disconnect one of your agent connections
get
List a user's agent connections (org admin)
delete
Disconnect a user's agent connection (org admin)
Audio
2
Audit Events
1
Dataset Management
19
Entity Types
1
File Redaction
4
Groups
1
Guided Redaction Management
6
Job Logs
1
Permission Sets
1
RequestAuditorSettings
2
Synthesis
2
Text Redaction
6
Usage
1
Users
1
Agent Connections
List a user's agent connections (org admin)
Required Permissions
Global:
Manage Users And Groups, View All Datasets
get
/api/v1/agent-connections/admin/users/{userId}
Path parameters
userId
string
required
Response
OK
AgentConnectionModel[]
required
id
string
required
provider
string
required
externalAccountEmail
string
required
status
string
required
statusReason
string
nullable
createdDate
Instant
required
A point in time represented as an ISO 8601 timestamp string.
lastUsedDate
Instant
A point in time represented as an ISO 8601 timestamp string.
Changes