Deepgram · Arazzo Workflow
Deepgram Update a Member's Scopes
Version 1.0.0
Locate a project member, read their current scopes, update them, and confirm the new scopes took effect.
View Spec
View on GitHub
Artificial IntelligenceSpeech-To-TextText-To-SpeechTranscriptionVoice AIArazzoWorkflows
Provider
Workflows
update-member-scopes
Read a member's scopes, update them, and verify the change.
Lists members for context, reads the target member's current scopes, updates the scope, and re-reads the scopes to confirm the update.
1
listMembers
listProjectMembers
List the project's members to anchor the target member in the project's access roster.
2
getCurrentScopes
getMemberScopes
Read the member's current scopes so the change can be compared before and after the update.
3
updateScopes
updateMemberScopes
Apply the new scope to the member.
4
verifyScopes
getMemberScopes
Re-read the member's scopes to confirm the new scope was applied.