Dataloop Platform
Developers and support docs
SDK and CLI docs
Nothing Found
Dataloop Platform
Developers and support docs
SDK and CLI docs
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}
Try it
Request samples
Payload
curl
JavaScript
Node.js
application/json
Copy
{
"role"
:
"owner"
}
Response samples
200
application/json
Example 1
Example 1
Copy
{
"role"
:
"annotator"
}
Next to
Update Group