Microsoft graph api to list custom role

Neha Bist 1 Reputation point
2021-06-04T09:12:51.87+00:00

Hi Team,

Is there any API available to get the custom Azure active directory Role using Microsoft Graph API. ?

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

2 answers

Sort by: Most helpful
  1. Vasil Michev 95,666 Reputation points MVP
    2021-06-04T09:42:17.57+00:00

    There's very limited support for custom roles in AAD, the only role that is supported is App management. Anyway, you can list them with Graph via the https://graph.microsoft.com/beta/roleManagement/directory/roleDefinitions endpoint. Filter on the isBuiltIn property to return custom roles.

    1 person found this answer helpful.

  2. Neha Bist 1 Reputation point
    2021-06-07T10:08:21.39+00:00

    Hi Vasil Michev,

    Thank you for your response.

    This is a beta api which is subject to change. So, may i know when this api will get release and will be available in v1.0 ?