users and contacts to look up WhatsApp profiles and manage instance contacts.
For instances, see Instances and billing.
Contacts
Contacts.List(ctx, instanceID, options)
{ code, success, data } with contact array (jid, Name, IsInWhatsapp, etc.).
Contacts.Add(ctx, req)
{ code, success, data } with confirmation text (e.g. "Contact added").
Users
Users.Info(ctx, req)
{ code, success, data } with user profile fields (VerifiedName, Status, PictureId, etc.).
Users.Check(ctx, req)
{ code, success, data.users[] } with phone, exists, jid per checked number.
Users.Avatar(ctx, req)
{ code, success, data } with avatar base64 and mimetype.
Users.Contacts(ctx, instanceID, options)
{ code, success, data } — JID map to contact fields (FirstName, FullName, PushName, etc.).
