# Update a List of Users **PUT /users** ## Servers - https://identity.zerionsoftware.com/v1: https://identity.zerionsoftware.com/v1 () ## Authentication methods - Bearer auth ## 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) - **id** (string) - **firstName** (string) - **lastName** (string) - **email** (string) - **[xxx] status** (number) ## Responses ### 200 OK #### Body: application/json (object) - **id** (string) the updated user id [Powered by Bump.sh](https://bump.sh)