team_id
, the specified team is marked as recently accessed, making it easier for users to quickly find and access teams they’ve interacted with recently.team_id
as a path parameter.curl --location -g --request POST 'https:///v2/api/team/recent/256' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "Recent team added successfully",
"data": {
"id": 359,
"team": {
"id": 256,
"created_by": "user@example.com",
"created_on": "2025-03-06T22:22:07.282279Z",
"modified_by": "",
"modified_on": "2025-03-06T22:22:07.282303Z",
"team_name": "user test",
"is_deleted": false,
"org": 1
},
"created_on": "2025-03-19T16:06:28.965473Z"
}
}