- Sent API
- Sent Group API
- Image
- Video
- Audio
- Document
- TextPOST
- Async StatusPOST
- Administration
- Feature
- Scheduler
Get Group Member
POST
/api/groupMember
Feature
Request
Body Params application/json
key
string
required
groupName
string
required
groupId
string
optional
Example
{
"groupName": "Group Testing",
"key": "XXX123XXX"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.omnichannelmessenger.com/api/groupMember' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupName": "Group Testing",
"key": "XXX123XXX"
}'
Responses
🟢200A User object
application/json
Body
status
string
optional
message
string
optional
Example
{
"status": "string",
"message": "string"
}
🟠403Key not valid