-
Notifications
You must be signed in to change notification settings - Fork 48
IUserService
ralphhanna edited this page Dec 18, 2023
·
1 revision
bpmn-server / IUserService
▸ addUser(userName
, email
, password
, userGroups
): any
Name | Type |
---|---|
userName |
any |
email |
any |
password |
any |
userGroups |
any |
any
▸ findUsers(query
): any
Name | Type |
---|---|
query |
any |
any
▸ install(): any
any
▸ setPassword(userName
, password
): any
Name | Type |
---|---|
userName |
any |
password |
any |
any