SsoUser
object
An N-able product user that logs in using N-able Login.
Fields
id
ID!
non-null
The UUID ID of the user.
email
String!
non-null
User email.
firstName
String!
non-null
User first name.
lastName
String!
non-null
User last name.
apiClients
ApiClientConnection!
non-null
A list of all the API clients related to this user.
Arguments
first
Int
default: 20
after
String
authenticationConfig
AuthenticationConfig!
non-null
User authentication config.
Interfaces
User