
Yes. This is possible. Add sponsor
POST https://graph.microsoft.com/beta/users/d8ab5060-f636-4cff-ae97-d4687f5c83f3/sponsors/$ref
Content-Type: application/json
{
"@odata.id": "https://graph.microsoft.com/beta/users/{user-id}"
}
Note that this is a beta API. Also the endpoint requires the permission User.ReadWrite.All
as least privileged permission so careful with that