You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 103 - unknown error occurred whilst adding the user
25
+
* 101 - invalid argument
26
+
* 102 - user already exists
27
+
* 103 - cannot create sub-admins for admin group
29
28
* 104 - group does not exist
30
29
* 105 - insufficient privileges for group
31
-
* 106 - no group specified (required for subadmins)
32
-
* 107 - all errors that contain a hint - for example "Password is among the 1,000,000 most common ones. Please make it unique." (this code was added in 12.0.6 & 13.0.1)
33
-
* 108 - password and email empty. Must set password or an email
34
-
* 109 - invitation email cannot be send
30
+
* 106 - no group specified (required for sub-admins)
31
+
* 107 - hint exceptions
32
+
* 108 - an email address is required, to send a password link to the user.
33
+
* 109 - sub-admin group does not exist
34
+
* 110 - required email address was not provided
35
+
* 111 - could not create non-existing user ID
35
36
36
37
Example
37
38
^^^^^^^
@@ -180,9 +181,10 @@ is done by sending a Basic HTTP Authorization header.
180
181
181
182
Status codes:
182
183
183
-
* 100 - successful
184
-
* 101 - user not found
185
-
* 102 - invalid input data
184
+
* 101 - invalid argument
185
+
* 107 - password policy (hint exception)
186
+
* 112 - Setting the password is not supported by the users backend
187
+
* 113 - editing field not allowed / field doesn’t exist
0 commit comments