DELETE api/users/{id}?scheduledDate={scheduledDate}&assignUserID={assignUserID}

De-Activate a User (Available to Admin Accounts Only)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

the unique id of the user

integer

Required

scheduledDate

resourcing only column: date when user should be deactivated, current day if unset

string

Default value is

assignUserID

resourcing only column: unique id of user that data should be moved to, goes to users role if unset

integer

Default value is -1

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.