# SCIM Users

With the `/provisioning/generic/v2/Users` endpoint, you can do the following:

* Create a user in StrongDM
* Delete a user from StrongDM
* Get details about a user
* List all users within an organization
* Replace a user's email, name, and/or status (active or suspended)
* Update a user's status to suspend the user

{% content-ref url="/pages/2XE8HGgpFEC0X4cfi7xL" %}
[Generic SCIM Endpoint - Get User](/references/scim/users/get.md)
{% endcontent-ref %}

{% content-ref url="/pages/dfSZS3OE1LIK8wR6lF4Y" %}
[Generic SCIM Endpoint - List Users](/references/scim/users/list.md)
{% endcontent-ref %}

{% content-ref url="/pages/1WVGL0xnmUcxagZzly57" %}
[Generic SCIM Endpoint - Replace User](/references/scim/users/replace.md)
{% endcontent-ref %}


---

# 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.strongdm.com/references/scim/users.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.
