D365 - OOTB - Attribute for Status?

Hi everyone,

We need to retrieve the ‘status’, as in whether the account is enabled or disabled as an account attribute value for our D365 OOTB connector sources. It natively isn’t in the schema but I’ve tried to add:

status
statuscode
disabled
statecode
enabled

All as attributes in the schema as string/boolean but it doesn’t return the correct value.

Does anyone know which attribute to use? It seems SailPoint OOTB connector already knows what attribute as it’s shown in the accounts page whether enabled or disabled, it’s just not being retrieved as an account attribute value which we could use instead in a Role criteria.

Thanks in advance.

Worked this out. It was: isDisabled

And it’s returning as a Boolean value. Thanks.