Open
Description
Hello,
I am trying to create a new group with createGroup
but I'm getting error:
Array
(
[error] => unknown_error
)
I am not able to debug where this message comes from and what is wrong. My code is:
...
$this->api = Keycloak\Admin\KeycloakClient::factory($credentials);
...
$data = array(
'name' => $groupDetails['group_name'],
'attributes' => [
'quota' => $groupDetails['quota']
],
);
$call = $this->api->createGroup($data);
The creation of a new user (createUser) is working well.
Thanks for any ideas.
Metadata
Metadata
Assignees
Labels
No labels