v1
latestOpenAPI 3.0.32026-08-061874701.5 MBusers
Downgrade user
Downgrades the user associated with the specified Smartsheet plan. Downgrading a user does not affect their existing permissions on owned or shared items.
A user can be downgraded to the following seat types:
- GUEST - only external users can be downgraded to this seat type.
- CONTRIBUTOR
- VIEWER (Deprecated, use CONTRIBUTOR instead)
Who can use this operation?
Permissions: System Admin
post/users/{userId}/plans/{planId}/downgrade
Request body
Example request
{
"seatType": "CONTRIBUTOR"
}Response
Returns the result object..
Downgrading a user to its current seat type returns 200 OK.
Example response
{
"message": "SUCCESS"
}