Remove company_id field from user-related forms and documentation

- Deleted the company_id field from CreateUserForm, User entity, and related API documentation in Swagger and YAML files to streamline user creation process.
- Updated the CreateUser service method to reflect the removal of company_id, ensuring consistency across the user management functionality.
This commit is contained in:
n.nakhostin
2025-08-16 10:52:45 +03:30
parent 0a23ff985a
commit 05165c6587
6 changed files with 10 additions and 44 deletions
-4
View File
@@ -1308,10 +1308,6 @@ definitions:
type: object
user.CreateUserForm:
properties:
company_id:
description: Optional company UUID
example: 123e4567-e89b-12d3-a456-426614174000
type: string
department:
description: Optional department name
example: Information Technology