if (this.urlParams.type === 'agent') {
                const user = await Livechat.addAgent(this.bodyParams.username);
                if (user) {
                    return API.v1.success({ user });
                }