# Manage consent for organization attributes

Providers can ask a different attributes related to your organization when one of your users login to their application. The user logging in (for the first time) will need to consent to sharing that data with the provider, which sometimes is required to actually be able to login to their application.

As an organization admin, you can review all consents that your users have given for each provider from the 'Consents' tab on the organization detail page. This will show the provider name for which consent has been given and the date and time when the consent has been given. For each given consent, you can review what attributes have been consented to and which user has consented to sharing these attribute by pressing the 'Review consent' from the row in the table. This will open a popup which lists the attributes for which we have stored consent and the user who provided the consent.&#x20;

You can choose to remove the consent for these attributes for this provider by clicking the 'Remove consent' button in this modal. Note that it is not possible to remove consent for a single attribute, only for the entire set of attributes.

By removing consent, your users will be asked / required to provide consent to share these (or other) attributes again next time they login to the application of this provider. What attributes are requested or required for your users login to the application is determined by the provider.&#x20;


---

# 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.myveriam.com/for-customers/manage-your-organization/manage-consent-for-organization-attributes.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.
