UserAdminCreateResponse Object
Description
Response type for admin creation operations, containing the created admin user and an authenticated session. The session allows the newly created admin to access the system immediately.
Declaration
type UserAdminCreateResponse {
user: Admin!
session: Session!
}
Fields
| Name | Type | Description |
|---|---|---|
user | Admin! | The newly created admin user. |
session | Session! | Authenticated session for the newly created admin, allowing immediate access to the system. |