Add Group

Add a group to a project with a given role

Request
path Parameters
projectId
required
string
groupId
required
string
Request Body schema: application/json
role
required
string (Role)
Enum: "owner" "annotator" "engineer" "annotationManager" "owner" "annotator" "engineer" "annotationManager"
Responses
200

Ok

post/projects/{projectId}/subgroups/{groupId}
Request samples
application/json
{
  • "role": "owner"
}
Response samples
application/json
{
  • "role": "annotator"
}