Input type for user information and their associated applications.
input UserInputDTO { name: String email: String appIds: [String!]! }
name String
String
Name of the user
email String
Email address of the user
appIds [String!]!
[String!]!
List of application IDs associated with the user
{} OwnersByRoleInput.owners
Last updated 7 months ago