# User Operations related to user, including create, get, etc ## Create User - [POST /api/v3/User](https://developer.dealpos.com/openapi/openapi/user/createuser.md): Create a new user with the specified details. Requires the "Create" role in the "Users" group. ## Create Group - [POST /api/v3/Group](https://developer.dealpos.com/openapi/openapi/user/creategroup.md): Create a new user group with specified roles. Requires the "Group" role in the "Users" module. ## Get User By List ID - [GET /api/v3/User/ID](https://developer.dealpos.com/openapi/openapi/user/getuserbylistid.md): Get user names for a list of user IDs. Requires the "VIEW" role in the "Users" group. ## Get User By List - [GET /api/v3/User/List](https://developer.dealpos.com/openapi/openapi/user/getuserbylist.md): Get a list of users filtered by status and role. Requires the "VIEW" role in the "Users" group.