# Update a List of Users **PUT /users** ## Servers - https://identity.zerionsoftware.com/v1: https://identity.zerionsoftware.com/v1 () ## Authentication methods - Oauth2 ## Parameters ### Query parameters - **fields** (string) extra information of each user on the list - **limit** (number) maximum count of the user list - **offset** (number) skip that many users before beginning to return ### Body: application/json (object) - **xxx_status** (number) - **email** (string) - **first_name** (string) - **id** (string) - **last_name** (string) ## Responses ### 200 OK #### Body: application/json (object) - **id** (string) the updated user id [Powered by Bump.sh](https://bump.sh)