For the complete documentation index, see llms.txt. This page is also available as Markdown.

iai queues assign

Assign a user to a queue

Synopsis

Assign a user to an annotation queue.

This command requires API key authentication.

iai queues assign <queue-id> [flags]

Examples

  iai queues assign queue-123 --user-id user-456
  iai queues assign queue-123 --user-id user-456 -o my-org -p my-project

Options

  -h, --help                  help for assign
  -o, --organization string   Organization name that owns the project
  -p, --project string        Project name
      --user-id string        User ID to assign (required)

Options inherited from parent commands

SEE ALSO

  • iai queues - Annotation queues for human review workflows

Last updated

Was this helpful?