User My List Groups
GET
/user/my/groups
curl \
-X GET http://localhost:3000/user/my/groups
Response examples (200)
{
"code": "SUCCESS",
"message": "Success get list groups",
"results": {
"data": [
{
"JID": "string",
"OwnerJID": "string",
"Name": "string",
"NameSetAt": "string",
"NameSetBy": "string",
"GroupCreated": "string",
"ParticipantVersionID": "string",
"Participants": [
{
"JID": "string",
"IsAdmin": true,
"IsSuperAdmin": true,
"Error": 42.0
}
]
}
]
}
}
Response examples (500)
{
"code": "INTERNAL_SERVER_ERROR",
"message": "you are not loggin",
"results": {}
}