Skip to content

User Flag

Update or delete flag for a single user belonging to the {CUSTOMER} number specified in the path of a request, e.g. activate the Email Continuity failover or the access to the web mailbox

Set flag for a single user

Request

Security
basicAuth
Path
CUSTOMERstring, [ 5 .. 7 ] characters(customer)[0-9]{5}([A-Z]{2})?required
Example:44444
USERstring[^/]+(?:@|%40)[^/]+required
Example:customer@domain.com
FLAGstringrequired
Enum:"failover""access"
curl -i -X PUT \
  -u '<username>:<password>' \
  'https://developers.retarus.com/_mock/seg/email-continuity-api/44444/customer@domain.com/{FLAG}'

Responses

OK

Bodyapplication/json
idstringrequired
timestampstringrequired
Response
{ "id": "string", "timestamp": "string" }