Create a federated user
Overview
Create a federated user
{
"accountEnabled": true,
"displayName": "John Doe",
"givenName": "John",
"surname": "John Doe",
"mail": "[email protected]",
"userPrincipalName": "john.doe@Company_Name_External.onmicrosoft.com",
"userType": "Member",
"employeeId": "198103073576",
"identities": [
{
"signInType": "federated",
"issuer": "https://dev.issuer_name.local/oidc/oidc_op_name<tenant_id_guid>",
"issuerAssignedId": "[email protected]"
}
]
}Use Entra ID in Fortified ID products
PreviousExample EntraID Graph API scriptsNextProtect sensitive data, such as social security numbers, through obfuscation
Last updated