# User Management with SCIM(SCIM events)

FenixPyre supports a variety of SCIM provisioning actions to streamline user and group management. Changes made in your Single Sign-On (SSO) system will automatically reflect in FenixPyre, ensuring seamless synchronization.

### FenixPyre listens to the following SCIM Events:

* **User Creation:** Easily create new user accounts within your SSO and add them to FenixPyre SAML app in your SSO. These users will then be added to FenixPyre.
* **User Update:** Modify existing user details and attributes as needed is your SSO provider and changes will be reflected in FenixPyre
* **User Deletion:** Remove user accounts from FenixPyre SAML app in your SSO and corresponding user accounts will be deactivated from FenixPyre
* **Group Creation:** Add a new group to the FenixPyre SAML app in your SSO, and all users within that group will be automatically added to FenixPyre.
* **Group Update:** Add or delete users in a group within your SSO, and these changes will be automatically reflected in FenixPyre.
* **Group Deletion:** Delete groups that are no longer needed within your SSO, and these changes will be automatically reflected in FenixPyre.
* **Adding a User to a Group:** Add users in a group within your SSO, and these changes will be automatically reflected in FenixPyre.
* **Removing a User from a Group:** Delete users in a group within your SSO, and these changes will be automatically reflected in FenixPyre.


---

# Agent Instructions: 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.fenixpyre.com/fenixpyre-for-admins/admin-dashboard/identity-and-provisioning/scim/user-management-with-scim-scim-events.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.
