I am create user using api with action “custCreate” and when getting user using api successfully get that user and creatting meeting,join meeting all functionality working fine but when am sending chat message using this api “/chat/users/me/messages” that time getting error “user does not exist” with the same email.
so my question is it is possibel to chat with api “custCreate” user using chat api?