CLI-AUTH-IDENTIFIED
and CLI-1STPARTY
and AUTH-BASIC
and ROLE_IAM_ADMIN_MAINTENANCE
.curl --location --request POST 'https://api.serasaexperian.com.br/security/iam/v1/groups' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupName": "SECADMIN",
"organizationId": "6234caa6ab14624d4807d6ac",
"businessUnitId": "5aa2f9e0da484d24c056e861",
"groupType": "USER_ACCOUNTS",
"roles": [
"USER"
],
"dependencies": [
{
"groupName": "BUSINESSADMIN"
}
]
}'
[
{
"code": "01",
"message": "message reference code error"
}
]