UserCreateResponse
Response from create().
result reflects the request as a whole; users contains the created users.
Properties¶
| Property | Type | Description |
|---|---|---|
result |
UserOperationResult |
Overall outcome of the create request. |
users |
UserGetResponse[] |
The created users. |