> For the complete documentation index, see [llms.txt](https://docs.jianny.net/work/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jianny.net/work/workday/account-lifecycle.md).

# Account Lifecycle

if the account not active for 90 days, AD will call INT191 for disablement...then if the account still not active for another 30 days, AD will call INT196 to delete the account..when the account deleted, it will generate Deactivation log in Okta and then when INT150 run base on the deactivation log, the integration will trigger SNow to create TITM

removing PG will not remove the AD account...have to wait for another 30 days for AD to remove..so it just not only remove PG but also remove it from AD..

yes...but this employee Maternity Leave was not update in WD hence AD do not know this employee status. If the leave status updated, the account will exclude from disablement...due to missing status AD will follow rules to disable after 90 days and then delete after 30 days more via INT196


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.jianny.net/work/workday/account-lifecycle.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
