Message: create / group (app -> client)
Back to overview
Return the created group.
This message SHALL be sent by the app after:
- the group has been created locally, and
- all associated group control messages have been successfully
delivered to the server.
Acknowledgement
This message acknowledges:
| Message |
Condition |
Error Codes |
| create/group (client -> app) |
(None)
|
| Name |
Description |
badRequest |
Invalid request
|
disabledByPolicy |
Group creation was disabled by the administrator
|
internalError |
An internal error occurred
|
valueTooLong |
The group name is too long
|
|
Args
None
Data
| Field |
Description |
Type |
Optional |
Nullable |
| receiver |
The group
|
Map<Group> |
False |
False |