OperationEntityResult
Result payload returned by completed operations that create a new entity, such as inviting an admin user or creating an organisation.
messagestringrequired
A human-readable description of the operation outcome.
entityIduuidrequired
The unique identifier of the entity that was created.
OperationEntityResult
{
"message": "string",
"entityId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}