# Sets a permanent user to temporary Update the settings for temporary users. Use this route to enable or disable temporary users for your environment Endpoint: PUT /resources/users/temporary/v1/{userId} Security: bearer ## Path parameters: - `userId` (string, required) ## Request fields (application/json): - `expirationInSeconds` (number, required) ## Response 201 fields (application/json): - `expirationInSeconds` (number, required)