Where is AAD users-default-permissions (UserSettings) in Azure API (Graph or REST)?

Kleber Bernardo 21 Reputation points
2021-08-24T11:04:21.977+00:00

Hi,

I can't find a way to bring the data of "Restrict member users default permissions" -> "Users can register application" (https://learn.microsoft.com/en-us/azure/active-directory/fundamentals/users-default-permissions) in Azure API Rest or Graph.

How get the values programmatically?

Thanks in advance.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,628 questions
{count} votes

Accepted answer
  1. Siva-kumar-selvaraj 15,606 Reputation points
    2021-08-26T10:32:46.28+00:00

    Hello @KleberBernardo-8320,

    Thanks for reaching out.

    You can only manage these settings under user settings in Azure AD portal or using Azure AD MSOL module Get-MsolCompanyInformation and no API way to control as of today.

    If you use msol module (Get-MsolCompanyInformation) which leverage Azure AD connect provisioning endpoint https://provisioningapi.microsoftonline.com/provisioningwebservice.svc (SOAP request based) to retrieve UserSettings which can't be used out of box like Graph API way.

    126680-image.png

    Hope this helps.

    ------
    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful