# sdm admin users grant-temporary

```shell
NAME:
   sdm admin users grant-temporary - grant temporary datasource access to a user

USAGE:
   sdm admin users grant-temporary [command options] [datasource|server] <email> [email2 email3 ...]

OPTIONS:
   --at value, -a value                   when to begin access (RFC3339 Format e.g. 2006-01-02T15:04:05+07:00)
   --duration value, -d value             duration of temporary access (valid time units are "s", "m", "h") (default: "1h")
   --until value, -u value                when to end access (RFC3339 Format e.g. 2006-01-02T15:04:05+07:00)
   --filter value                         filter e.g. 'field:name tag:key=value ...'
   --filters-help                         show valid filter strings and examples
   --filter-json value                    path to JSON based filter
   --template-role value, -r value        grant temporary access to multiple datasources using one or more roles as a template
   --template-role-id value, --rid value  grant temporary access to multiple datasources using one or more role IDs as a template
   --force, -f                            any currently active temporary access on a datasource will be replaced
   --timeout value                        set time limit for command
```

### Additional Information

Example `--filter-json` file:

```json
[
    {
        "lastName":"S1"
    }
]
```

For more information on the use of filters in the CLI, see the [Filters](/references/cli/filters.md) documentation.


---

# 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/cli/admin/users/grant-temporary.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.
