Skip to main content

Get User Group Join Applications List

Brief Description

  • Get all application lists of a designated user applying to join the group, sorted by time.

Request Method

  • post

Request URL

  • {API_ADDRESS}/group/get_user_req_group_applicationList
Header NameExample ValueOptionalTypeDescription
operationID1646445464564RequiredstringUsed for global link tracking, timestamp is recommended, independent in each request
tokeneyJhbxxxx3XsRequiredstringAdmin token

Request Parameter Example

{
"userID": "1225441072",
"pagination": {
"pageNumber": 1,
"showNumber": 100
}
}
Field NameOptionalTypeDescription
userIDRequiredstringUser ID
paginationRequiredobjectPagination parameter structure
pagination.pageNumberOptionalintCurrent page number, starting from 1
pagination.showNumberOptionalintNumber of requests on the current page

Success Return Example

{
"errCode": 0,
"errMsg": "",
"errDlt": "",
"data": {
"total": 1,
"groupRequests": [
{
"userInfo": {
"userID": "1225441072",
"nickname": "blooming66",
"faceURL": "",
"ex": ""
},
"groupInfo": {
"groupID": "3666081223",
"groupName": "Group1",
"notification": "notification1",
"introduction": "",
"faceURL": "",
"ownerUserID": "1054527962",
"createTime": 1687747185342,
"memberCount": 14,
"ex": "",
"status": 0,
"creatorUserID": "1054527962",
"groupType": 2,
"needVerification": 0,
"lookMemberInfo": 0,
"applyMemberFriend": 0,
"notificationUpdateTime": 0,
"notificationUserID": ""
},
"handleResult": 1,
"reqMsg": "EEE",
"handleMsg": "reason",
"reqTime": 1687747407352,
"handleUserID": "",
"handleTime": 0,
"ex": "",
"joinSource": 3,
"inviterUserID": ""
}
]
}
}

Parameter Description for Success Return Example

Parameter NameTypeDescription
errCodeintError code, 0 means successful
errMsgstringBrief error message, empty
errDlterrDltDetailed error message, empty
dataobjectGeneric data object, specific structure is below
totalintTotal number of group join applications
groupRequestsarrayGroup application object list

Failure Return Example

{
"errCode": 1004,
"errMsg": "RecordNotFoundError",
"errDlt": ": [1004]RecordNotFoundError"
}

Parameter Description for Failure Return Example

Parameter NameTypeDescription
errCodeintError code, specifically check the global error code document
errMsgstringBrief error message
errDlterrDltDetailed error message