File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ public function listGroups(
9797 $ params ["directory " ] = $ directory ;
9898 }
9999 if ($ user ) {
100- $ params ["user " ] = $ group ;
100+ $ params ["user " ] = $ user ;
101101 }
102102
103103 $ response = Client::request (
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class SSO
1919 * @param null|string $provider Service provider that handles the identity of the user
2020 * @param null|string $connection Unique identifier for a WorkOS Connection
2121 * @param null|string $organization Unique identifier for a WorkOS Organization
22- * @param null|string $domainHint DDomain hint that will be passed as a parameter to the IdP login page
22+ * @param null|string $domainHint Domain hint that will be passed as a parameter to the IdP login page
2323 * @param null|string $loginHint Username/email hint that will be passed as a parameter to the to IdP login page
2424 *
2525 * @throws Exception\UnexpectedValueException
Original file line number Diff line number Diff line change @@ -610,7 +610,7 @@ public function revokeInvitation($invitationId)
610610 * @param null|string $provider Service provider that handles the identity of the user
611611 * @param null|string $connectionId Unique identifier for a WorkOS Connection
612612 * @param null|string $organizationId Unique identifier for a WorkOS Organization
613- * @param null|string $domainHint DDomain hint that will be passed as a parameter to the IdP login page
613+ * @param null|string $domainHint Domain hint that will be passed as a parameter to the IdP login page
614614 * @param null|string $loginHint Username/email hint that will be passed as a parameter to the to IdP login page
615615 * @param null|string $screenHint The page that the user will be redirected to when the provider is authkit
616616 * @param null|array $providerScopes An array of provider-specific scopes
You can’t perform that action at this time.
0 commit comments