weak group domain validation
Entitlements Domain = microsoft.com
Data Partition = internal
Initialize the Tenant in Entitlements – OK Service Principal is added to the groups as expected. (users@internal.microsoft.com) Create a user dascholl@microsoft.com – FAIL { "code": 404, "reason": "Not Found", "message": "Member group dascholl@microsoft.com not found" }
It appears that because the domain=microsoft.com that I can’t add a user with an email in that domain. I can add a user find that is not part of the same domain name.
{ "email": "daniel@cloudcodeit.com", "role": "MEMBER" }