OBJECT

userRegistrationAdminAddResponse

Response of UserRegistrationAdminAddCmd.

link GraphQL Schema definition

1type userRegistrationAdminAddResponse {
2
3# The address identifier of the user.
4addressId: String!
13
5# The logon ID of the user.
6logonId: String
13
7personalizationID: String!
13
8resourceName: String!
13
9# The user unique identifier.
10userId: String!
13
11wCToken: String!
13
12wCTrustedToken: String
14
15}

link Required by