pub async fn retrieve_user_consents_with_id(
configuration: &Configuration,
user_id: Option<&str>,
) -> Result<UserConsentResponse, Error<RetrieveUserConsentsWithIdError>>
Expand description
Retrieves all the consents for a User.
pub async fn retrieve_user_consents_with_id(
configuration: &Configuration,
user_id: Option<&str>,
) -> Result<UserConsentResponse, Error<RetrieveUserConsentsWithIdError>>
Retrieves all the consents for a User.