8000 createGroup unknown_error · Issue #94 · MohammadWaleed/keycloak-admin-client · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
createGroup unknown_error #94
Open
@branov

Description

@branov

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0