POST
/v2/orgs/{org_name}/groups/{group_name}/members
curl \
--request POST 'https://hub.docker.com/v2/orgs/myorganization/groups/developers/members' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"member":"jonsnow"}'
Request examples
{
"member": "jonsnow"
}
Response examples (401)
{
"errinfo": {},
"detail": "string",
"message": "string"
}
Response examples (403)
{
"errinfo": {},
"detail": "string",
"message": "string"
}
Response examples (404)
{
"errinfo": {},
"detail": "string",
"message": "string"
}
Response examples (500)
{
"errinfo": {},
"detail": "string",
"message": "string"
}