# Update object status **PUT /status** Update the status of content, users or subcategories. This endpoint should only be used if you have actions that change the object's status. Call this endpoint if you want to sync the status of the object(s) with Lasso. ## Servers - Lasso Moderation API V1: https://api.lassomoderation.com/api/v1 (Lasso Moderation API V1) ## Parameters #### Headers - **Authorization** (string) Bearer token, to generate see https://app.lassomoderation.com/settings ## Body parameters Content-type: application/json Send status updates in bulk by sending a list of IDs, or send a single ID in a list. Optionally, you can send the email of a moderator if you want to attribute the action to this moderator. Otherwise, it will by default attribute it to the API bot. - **status** (string) The status of an object - **moderator_email** (string(email)) - **content_ids** (array[string]) - **subcategory_ids** (array[string]) - **user_ids** (array[string]) - **temporary** (object) Can be used when temporarily hidding/banning a user. To ban a user for 2 weeks, set `ban_duration` to `2` and the `ban_duration_period` to `week`. ## Responses ### 200: OK #### Body Parameters: application/json (object) - **success** (boolean) [Powered by Bump.sh](https://bump.sh)