Create an Organization
POST/user-svc/organization
Allows a logged-in user to create a new organization. The user initiating the request will be assigned the role of admin for that organization.
The initiating user will receive a dynamic role in the format user-svc:org:{organizationId}:admin
, where {organizationId}
is a unique identifier for the created organization.
Dynamic roles are generated based on specific user-resource associations (in this case the resource being the organization), offering more flexible permission management compared to static roles.
Request
Responses
- 200
- 400
- 401
- 500
User created successfully
Invalid JSON
Unauthorized
Internal Server Error