We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73db34 commit d65320aCopy full SHA for d65320a
1 file changed
src/Api/UserApi.php
@@ -28,7 +28,7 @@ public function findUser(
28
$url = $this->getApiEndpointUrl(
29
$resource,
30
self::FIND_USER_ENDPOINT,
31
- sprintf('?%s=%s', $field, $value),
+ sprintf('?%s=%s', $field, rawurlencode($value)),
32
);
33
34
return $this->request(
0 commit comments