pub async fn retrieve_user_action(
configuration: &Configuration,
x_fusion_auth_tenant_id: Option<&str>,
inactive: Option<&str>,
) -> Result<UserActionResponse, Error<RetrieveUserActionError>>
Expand description
Retrieves the user action for the given Id. If you pass in null for the Id, this will return all the user actions. OR Retrieves all the user actions that are currently inactive.