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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user