SetUserMappingRequest
Request schema for setting a user mapping. Exactly one of external_user_id or email must be provided to identify the external user.
- ByExternalUserId
- ByEmail
external_user_idstringrequired
The ID of the external user to map to the provider.
Possible values: Value must match regular expression ^exusr_\w{12}$
SetUserMappingRequest
{
"external_user_id": "exusr_d025a96ac0c6"
}