Skip to content

v5.8.13

Choose a tag to compare

@Valodya Valodya released this 28 May 11:00
· 425 commits to master since this release
  • add API for changing user's status using BusinessLogic API Key
    Backendless.UserService.enableUser(userId: string): Promise<void>;
    Backendless.UserService.disableUser(userId: string): Promise<void>;