PUT api/users/scheduledUser?scheduleid={scheduleid}

Executes a scheduled user role change based on the provided schedule ID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
scheduleid

The ID of the scheduled user role change to be executed.

integer

Required

Body Parameters

None.

Response Information

Resource Description

On success: HTTP 200 OK indicating the scheduled job was triggered. On failure: HTTP 400 Bad Request with an appropriate error message.

None.