v4

latestOpenAPI 3.1.02026-08-019681,1012.0 MB
annotation_queue

Share Annotation Queue With Users

Share an annotation queue with users by granting them specific roles.

Users can be specified by user_id or email. If using email and the user doesn't exist in the organization, they will be invited automatically with the 'user' role.

Roles: owner, annotator

post/annotation_queues/{queue_id}/users

Path parameters

queue_idstring uuid4 required

Request body

role'owner' | 'editor' | 'annotator' | 'viewer'
user_idstring uuid4 nullable
user_emailstring email nullable
track_progressboolean

Response

Successful Response

idstring uuid4 required
role'owner' | 'editor' | 'annotator' | 'viewer' required
created_atstring date-time required
user_idstring uuid4 required
first_namestring nullable required
last_namestring nullable required
emailstring required
annotation_queue_idstring uuid4 required
track_progressboolean
progressnumber nullable