Skip to main content

Update ActiveSync devices.

PUT 

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

Update ActiveSync devices. Caller requires the ACTIVESYNC:EDIT permission.

Request

Path Parameters

    userid stringrequired

    The UUID of the user.

Body

required

    actionType stringrequired

    Possible values: [ALLOW, BLOCK]

    Type of action to be performed on active sync devices

    deviceId string[]

    List of device IDs to be Allowed/Blocked.

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...