Assembled · Arazzo Workflow
Assembled Update an Agent Profile
Version 1.0.0
Find an agent in the workforce, read their full profile, then patch their attributes.
View Spec
View on GitHub
Customer SupportWorkforce ManagementWFMAI AgentsAI CopilotContact CenterCustomer ExperienceSupport OperationsSchedulingForecastingQuality AssuranceVendor ManagementBPOArazzoWorkflows
Provider
Workflows
update-agent-profile
Locate an active agent and patch their profile attributes.
Lists active people, picks the first agent, reads the full person record, and applies a partial update with the supplied attribute changes.
1
listAgents
listPeople
List people in the workforce, filtered by active status, returning the first page so a target agent can be selected.
2
getAgent
getPerson
Retrieve the full person record for the selected agent to confirm current role, channels, skills, and team assignments before editing.
3
updateAgent
updatePerson
Partially update the agent with the supplied attributes. Only the fields provided in updates are changed; all other attributes are left intact.