{
"actionStatus": "string",
"appDefinedDataList": [
{
"Key": "GroupTestData1",
"Value": "xxxxx"
}
],
"applyJoinOption": "FreeAccess",
"defaultPermission": 1,
"enablePermission": 1,
"errorCode": 0,
"errorInfo": "string",
"faceUrl": "http://this.is.face.url",
"groupId": "string",
"introduction": "This is group Introduction",
"inviteJoinOption": "FreeAccess",
"maxMemberCount": 500,
"memberInfoList": [
{
"Member_Account": "bob",
"Role": "Admin"
}
],
"name": "TestGroup",
"notification": "This is group Notification",
"ownerAccount": "leckie",
"supportTopic": 1,
"type": "Public"
}curl --location --request POST '/im/group/createGroup' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzeXNVaWQiOiJlOWNhMjNkNjhkODg0ZDRlYmIxOWQwNzg4OTcyN2RhZSIsInVzZXJJZGVudGl0eSI6MiwiZXhwIjoxNzQ3MDgxNzYzLCJ1c2VybmFtZSI6ImFkbWluIn0.NaeqryXHUXcM8u5j_l2cIjTyywLEiMHQklrPpEHy79k' \
--header 'Content-Type: application/json' \
--data-raw '{
"actionStatus": "string",
"appDefinedDataList": [
{
"Key": "GroupTestData1",
"Value": "xxxxx"
}
],
"applyJoinOption": "FreeAccess",
"defaultPermission": 1,
"enablePermission": 1,
"errorCode": 0,
"errorInfo": "string",
"faceUrl": "http://this.is.face.url",
"groupId": "string",
"introduction": "This is group Introduction",
"inviteJoinOption": "FreeAccess",
"maxMemberCount": 500,
"memberInfoList": [
{
"Member_Account": "bob",
"Role": "Admin"
}
],
"name": "TestGroup",
"notification": "This is group Notification",
"ownerAccount": "leckie",
"supportTopic": 1,
"type": "Public"
}'{
"code": 0,
"message": "string",
"result": {
"actionStatus": "string",
"appDefinedDataList": [
{
"Key": "GroupTestData1",
"Value": "xxxxx"
}
],
"applyJoinOption": "FreeAccess",
"defaultPermission": 1,
"enablePermission": 1,
"errorCode": 0,
"errorInfo": "string",
"faceUrl": "http://this.is.face.url",
"groupId": "string",
"introduction": "This is group Introduction",
"inviteJoinOption": "FreeAccess",
"maxMemberCount": 500,
"memberInfoList": [
{
"Member_Account": "bob",
"Role": "Admin"
}
],
"name": "TestGroup",
"notification": "This is group Notification",
"ownerAccount": "leckie",
"supportTopic": 1,
"type": "Public"
},
"success": true,
"timestamp": 0
}