Patch request for Cognito users.

interface PatchCognitoUserRequest {
    provider: UserProvider;
    user: PatchCognitoUserBody;
    userId: string;
    userPoolId: string;
}

Hierarchy (View Summary)

Properties

provider: UserProvider

The auth provider.

UserProvider.AUTH0

userId: string
userPoolId: string