Adm:services
Operations related to then services by admin
Create a iam user group by admin
Authorizations
Body
groupNamestringRequiredExample:
The group name
appm_test_group
pathstringOptionalExample:
The group path
/appm_test_group/
Responses
201
Created
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
post
/administration/services/aws/iam/usergroupsPOST /api/administration/services/aws/iam/usergroups HTTP/1.1
Host: abp-api.akinon.net
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 58
{
"groupName": "appm_test_group",
"path": "/appm_test_group/"
}
{
"Path": "/appm/test/",
"GroupName": "appm_test",
"GroupId": "AIDAYNZOIVV2SLHSASCTR",
"Arn": "arn:aws:iam::579380751733:group/appm/test/appm_test",
"CreateDate": "2024-07-23T12:00:00.000Z"
}
Last updated
Was this helpful?