GET/desk/api/v2/inboxes/{id}/o365_login.json

Login to O365 for an inbox. This will create the payload for the O365 login endpoint

and redirect the user to it with the payload encoded in the URL.

Path Params

  • Name
    id
    Type
    integer
    required
    Description

Responses

  • Code
    302
    Description
    302 Found No Data
  • Code
    400
    Type
    object
    Schema
    Description
    400 Bad Request
    Validator hold the validation errors. Typically you shouldn't create this directly but use the New() function.

Examples

400 Bad Request

Validator
{
  "Errors": {}
}