OBJECT

activateUserResponse

Response body to activate the user account.

link GraphQL Schema definition

1type activateUserResponse {
2
3# The language ID.
4langId: String
13
5# The user's logon ID.
6logonId: String!
13
7# The redirect URL.
8redirecturl: String!
13
9# The store identifier.
10storeId: String
13
11# The view task name.
12viewTaskName: String!
14
15}

link Required by