v3
latestOpenAPI 3.0.12026-07-31240345599.7 KBForwarding rules
Create forwarding rule
Creates a forwarding rule with the given properties.
post/api/{cloudId}/v1/forwarding-rules
Request body
Example request
{
"toUserId": "e58d6ee3-37bd-432f-9ded-64808b761ae0",
"fromUserId": "4b26961a-a837-49d2-a1fe-0973013e3c3b",
"startDate": "2022-07-05T08:00:00Z",
"endDate": "2022-07-06T18:00:00Z"
}Response
Returned if the request is successful.
Example response
{
"id": "6667cb5b-a5ce-4550-9469-1dbcabac6ffb",
"fromUserId": "e58d6ee3-37bd-432f-9ded-64808b761ae0",
"toUserId": "4b26961a-a837-49d2-a1fe-0973013e3c3b",
"startDate": "2022-07-05T08:00:00Z",
"endDate": "2022-07-06T18:00:00Z"
}