OperationResponse
iduuid
statusstringrequired
Possible values: non-empty
createdAtdate-time
completedAtdate-timenullable
result object
The result of the operation. Null until the operation completes. Most completed operations return an object with a message field. Operations that create a new entity (e.g. invite admin user, create organisation) additionally include the entityId of the created resource.
- null
- OperationResult
- OperationEntityResult
null
OperationResponse
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "string",
"createdAt": "2024-07-29T15:51:28.071Z",
"completedAt": "2024-07-29T15:51:28.071Z",
"result": "null"
}