Hi @Ayush Jain,
You can specify the corresponding user in the body, like this:
{
"type": "view",
"scope": "users",
"recipients": [
{
"objectId": "Someone's objectId"
},
{
"objectId": "Someone's objectId"
}
]
}
The response is as follows:
Hope this helps. If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.