Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

1.4K
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar

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 Denunciar

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda