addUserToGroup
Thêm người dùng vào nhóm
api.addUserToGroup(memberId, groupId)
Parameters
groupId
string
memberId
string
|string[]
Return
Promise<AddUserToGroupResponse>
AddUserToGroupResponse
errorMembers
string[]
error_data
Record<string, any>
Examples
Thêm người dùng vào nhóm
Last updated