Skip to main content

Get ActiveSync devices from Office 365.

POST 

/api/web/v1/users/:userid/activesyncdevices

Get ActiveSync devices. Caller requires the ACTIVESYNC:VIEW permission.

Request

Path Parameters

    userid stringrequired

    The UUID of the user.

Responses

Successful

Schema

  • Array [

  • DeviceAccessState string

    Current access state of the device.

    DeviceId string

    Unique device id.

    DeviceType string

    Device type.

    DeviceUserAgent string

    Agent used to configure ActiveSync on the device.

    FriendlyName string

    Friendly name of the device.

    id string

    Unique id

    lastUpdate date-time

    The last time devices were fetched.

  • ]

Loading...