Skip to main content

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

NameTypeDescription
userAdmin!The newly created admin user.
sessionSession!Authenticated session for the newly created admin, allowing immediate access to the system.