CLI-AUTH-IDENTIFIED
and CLI-1STPARTY
and AUTH-BASIC
and ROLE_IAM_ADMIN_READ_ONLY
curl --location --request GET 'https://api.serasaexperian.com.br/security/iam/v1/groups'
{
"content": [
{
"id": "6234caa6ab14624d4807d6ac",
"groupName": "SECADMIN",
"organizationId": "6234caa6ab14624d4807d6ac",
"businessUnitId": "5aa2f9e0da484d24c056e861",
"type": "User Accounts",
"roles": [
"ROLE_USER"
],
"dependencies": [
{
"groupName": "BUSINESSADMIN"
}
]
}
],
"pagination": {
"offset": 0,
"limit": 0,
"totalCount": 0,
"totalPages": 0,
"links": [
{
"href": "string",
"rel": "string"
}
]
}
}