linkRakutenIdToAccountUser
Link Rakuten OpenID to the account user.
This field requires the Authorization header to be set.
Arguments
Input fields for linking Rakuten OpenID to AccountUser.
Returns
LinkRakutenIdToAccountUserLink Rakuten OpenID to the account user.
This field requires the Authorization header to be set.
Possible Errors
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-7899: An internal error occurred.
- KT-JP-5403: Invalid input data for linking Rakuten OpenID to account user.
- KT-JP-5404: Rakuten OpenID linkage for this account user already exists.
- KT-JP-5405: An unexpected error occurred while attempting to link Rakuten OpenID to account user.
Allowed Viewers
Required Permissions
Can access customer queriesCan update user details
Query Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation LinkRakutenIdToAccountUser($input: RakutenIdAccountUserLinkInput) {
linkRakutenIdToAccountUser(input: $input) {
status
}
}
Variables
{
"input": RakutenIdAccountUserLinkInput
}
Response
{
"data": {
"linkRakutenIdToAccountUser": {
"status": "anyone-respond-forget-public-start"
}
}
}