Function retrieve_user_action_with_id

Source
pub async fn retrieve_user_action_with_id(
    configuration: &Configuration,
    user_action_id: &str,
    x_fusion_auth_tenant_id: Option<&str>,
) -> Result<UserActionResponse, Error<RetrieveUserActionWithIdError>>
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.