Get Meeting Users
Authorization
ApiKey ApiKey<token>
API Key needed to access the endpoints. Example: "ApiKey: {key}"
In: header
Query Parameters
id?integer
Format
int64pageNumber?integer
Format
int32pageSize?integer
Format
int32Response Body
curl -X GET "https://gateway.dicex.me/api/v1/OnlineMeeting/GetMeetingUsers"{
"isSuccess": true,
"message": "string",
"value": [
{
"id": 0,
"name": "string",
"family": "string",
"company": "string",
"mobile": "string",
"birthDay": "2019-08-24T14:15:22Z",
"anniversaryDay": "2019-08-24T14:15:22Z",
"address": "string",
"email": "string",
"description": "string",
"adobeUsername": "string"
}
]
}