-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Method createAccount #43
Comments
Hi I am also need same help how to set different parameters in createAccount() method. I tried to pass as parameters but no luck. // $accountPramas = array( $api->createAccount($account_name,$password,$accountPramas); |
Hi a have same problem. code
Error UnexpectedValueException |
You need to use class KeyValuePair. |
Thanks for you help, everything worked out. |
I need help. I want to set third params to attr givenName, displayName and cn How I can do that
The text was updated successfully, but these errors were encountered: