Create Group Use Case
Creates a new group in the space. Must have permission to create groups in the space.
Inputs
- Space Name
- group Name
- owners
Outputs
- True if it succeed, false otherwise.
Exceptions
- If you don't have permission to create group in space
- if group name already exists
- Any inputs are not supplied
- If validation is not satisfied (i.e. invalid characters)