Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

1.4K
Views
In Azure Active directory user disable option is there?

How to disable users in Windows active directory.we are using Microsoft Azure.?

over 4 years ago · Santiago Trujillo
3 answers
Answer question

0

To disable a user you would use the graph API. To do this, call update on the user with the PATCH HTTP method:

PATCH https://graph.windows.net/myorganization/users/{user_id}?api-version

And include in the body:

{
    "accountEnabled": false
}

Please see this for ref: https://msdn.microsoft.com/Library/Azure/Ad/Graph/api/users-operations#UpdateUser

/ip

over 4 years ago · Santiago Trujillo Report

0

If you are using Windows Server AD, just click the user and disable using Active Directory User and Computers.

If you are using Azure Active Directory, click user, navigate to profile and block user sign in and access in settings.

enter image description here

over 4 years ago · Santiago Trujillo Report

0

In addition to the information provided above, The user can be either synced or In-cloud within the Azure Active Directory created natively within the Azure AD. If the user is synced. The user's attribute called account enabled is the one which defines whether the user is enabled or disabled. A disabled user is barred from logon to the Azure portal / any service federated with user's related Azure AD. On the new Azure portal the in-cloud user can be disabled as below.

User Setting - Block sign-in

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!