Skip to content

Commit 90cdea8

Browse files
authored
Merge pull request #896 from Linkurious/merge/develop-stable-develop
Merge develop-stable into develop [ci:run]
2 parents e82b9c5 + b131a6a commit 90cdea8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/api/User/index.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,14 @@ export class UserAPI extends Request {
9696
*/
9797
public createUser(this: Request<User>, params: ICreateUserParams) {
9898
return this.request({
99-
errors: [UNAUTHORIZED, FORBIDDEN, ALREADY_EXISTS, EMAIL_FORMAT, LICENSE_SEATS_LIMIT_EXCEEDED],
99+
errors: [
100+
UNAUTHORIZED,
101+
FORBIDDEN,
102+
INVALID_PARAMETER,
103+
ALREADY_EXISTS,
104+
EMAIL_FORMAT,
105+
LICENSE_SEATS_LIMIT_EXCEEDED
106+
],
100107
url: '/admin/users',
101108
method: 'POST',
102109
params: params

0 commit comments

Comments
 (0)